Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-3

Haml -Illegal nesting: nesting within plain text is illegal

Rails audit system with both ActiveResource and ActiveRecord

What are factory_girl transient attributes? Why would I use one?

How can I force my plugin to reload with each request?

Rails Nested Singular Resource Routing

How does has_secure_password work in my model class?

Creating a Ruby on Rails 3 gem with a generator (incl. namespace)

Rails: Warden/Devise - How to capture the url before login/failed access

What's the Difference between the Rspec and Rspec-Rails Gem?

Rails timezone and Daylight saving time

Rake 0.9.0 'undefined method 'task' ' [duplicate]

ruby-on-rails-3 rake

Delayed_job not executing the perform method but emptying the job queue

Rails 3 on dreamhost?

Rails 3 AJAX remote form call backs

jquery ajax ruby-on-rails-3

Correct Ruby on Rails 3 replacement for ENV["RAILS_ENV"] ||= 'production'?

How can i set include_root_in_json to false for all my RoR models?

How do I make an ActiveRecord scope that doesn't affect the query in Rails 3 using Arel (presumably)?

How to mock and stub active record before_create callback with factory_girl

Rails migration change sequence or order

Where are Default Validation Error Messages in Rails 3.0?