Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-3

Paginating an Array in Ruby with will_paginate

Seeding users with Devise in Ruby on Rails

Could not find table 'users'

ruby-on-rails-3

How to use the I18n fallback features in Rails 3

Rails 3: How does "accepts_nested_attributes_for" work?

When to use Helpers vs Model

Rails 3 with Devise for Authentication - How do I manually create a user?

ActionController::RoutingError (No route matches [GET] "/favicon.ico") in Rails

Rails 3 route appends _index to route name

Carrierwave, MiniMagick - NoMethodError: undefined method `size' for nil:NilClass

Rails routing - :on => :collection

Ruby on Rails 3, incompatible character encodings: UTF-8 and ASCII-8BIT with i18n

How to set Thin as default in Rails 3

Clear Memcached on Heroku Deploy

How to make a check_box checked in rails?

Devise Not Validating Password/Password Confirmation

how to define factories with a inheritance user model

Stubbing Devise in rSpec and Rails3

Rails' routes: how to pass "all" request params in a redirect

after_create with multiple methods?