Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How do I use a markdown file as the main file for rdoc (in a rails project)?

ruby-on-rails ruby rdoc

Is it possible to get access to keyword arguments as a Hash in Ruby?

ruby

vim-ruby-debugger style breakpoints with Pry in Vim

How to reload modules between RSpec tests with Ruby?

ruby rspec module

How do I get exceptions to render a plain text version of the Rails development error page?

Skipping native extension recompilation on subsequent bundle install

Act_As_Votable with Reddit style weighting algorithm in Rails

ruby-on-rails ruby

How to read BigDecimal format in RSpec?

Ruby YARD: documenting abstract methods implementations

rake db:migrate updating schema.rb with dropped tables

metaprograming String#scan and globals?

Rails 4 ActiveRecord throws PG::UnableToSend on Ubuntu 13.04

Ruby-style string interpolation in AppleScript

ruby applescript

Why aren't Enumerators in Ruby (2.0 +) lazy by default?

ruby ruby-2.0

Integrating Ember.js with a simple Sinatra backend

ruby ember.js sinatra

Nokogiri : List attributes name and value?

ruby xml-parsing nokogiri

Use pry-rescue In a rake Task?

ruby pry

Possible to instance_eval a curried proc?

ruby currying

Rails internationalization: %{record} is not being translated

Can I alias RSpec matchers?

ruby rspec