Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-3.1

Mongoid and has_secure_password

There is a way to handle `after_save` and `after_destroy` "equally"?

rake assets:precompile taking extremely long to complete

Phusion Passenger is throwing errors after upgrading Ruby and Rails using rvm

rails 3 activerecord order - what is the proper sql injection work around?

Disabling asset fingerprinting with asset_path for a single asset

:greater_than_or_equal_to in validates_numericality_of only partially working in rails 3.1

Rails 3.1: javascripts not served correctly from vendor/assets directory?

Getting current Git commit version from within Rails app?

Assets loading slowly in development

How can I connect to MySQL in Ruby on Rails?

Integrating CKEditor with Rails 3.1 Asset Pipline

ActiveAdmin Alternatives [closed]

Rails routes with optional scope ":locale"

How to find records created this month in Rails 3.1?

Stripe recurring/subscription billing best design/practices?

How do you write DRY, modular coffeescript with Sprockets in Rails 3.1?

How do I replicate class_inheritable_accessor's behavior in Rails 3.1?

How to handle translations for an ActiveModel?

Preventing "warning: toplevel constant B referenced by A::B" with namespaced classes in Rails