Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-3

Rename session cookies in Rails

How does Delayed Job work in Ruby on Rails ?

Garbage collector in Ruby on Rails?

Want Regex to stop at first occurrence of "." and ";"

ruby regex ruby-on-rails-3 nlp

How to sign_in for Devise to Test Controller with Minitest

How to pass argument to subject in rspec

ruby ruby-on-rails-3 rspec3

How do I combine results from two queries on the same model?

Google Maps, Ruby on Rails, Zoom level with one marker

Whats the equivalent of File.read(Rails.root.join('public/images/email_banner.png')) in Rails 3.1 RC?

how to create a guest user in Rails 3 + Devise

Rspec2 testing a before_validation method

Setting up Gender in PostgreSQL

Gradual engagement, persistent guest user with Devise

Ruby on Rails: redirect_to not working after create and save

What causes the "ArgumentError (dump format error)"?

How to customize Twitter bootstrap while using Rails 3.x?

how to stub the :errors collection to act invalid when rspec tests a controller that uses respond_with

Stop logging ActionController::RoutingError Rails 3.2

Rails Phantomjs, poltergeist, and Capybara not playing well together

Confusion about passing instance variables to redirect_to method. As seen in Rails Guides