Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Turn Nokogiri XML object to string without using .text

html ruby nokogiri

Nesting Layouts in Sinatra

ruby sinatra erb

Why does "bundle exec" eat the parameters I pass in?

ruby gem exec bundle bundler

Ruby/rspec not recognizing Ruby class with the same name as a former module

ruby class rspec module

Ruby: Is there a right way to indent a case statement? [closed]

Loop through ActiveRecord::Associations::CollectionProxy with each

ruby activerecord

What exactly is the difference between has_many, has_and_belongs_to_many and embeds_many in mongoid?

trying to require active_support in gem

link_to vs url_for vs path in Rails

ruby-on-rails ruby

Is there a difference between Enumerable#each and Enumerable#each_entry in Ruby?

ruby syntax each

Jekyll defaults to system Ruby version instead of RVM version

ruby rvm jekyll

Do all? and any? guarantee short-circuit evaluation?

ruby

Ruby 2 Keyword Arguments and ActionController::Parameters

is it desirable to remove Gemfile.lock?

Ruby is_a? vs ===

Rails fixtures :has_many and :belongs_to

ruby-on-rails ruby fixtures

Ruby why are class instance variables threadsafe

ruby-on-rails ruby

Pass parameter to Rspec test on the command line

Rendering a JSON object of a join-model and its associated models

RoR - Which is preferred - Rack Middleware or Active Controller Filters?