Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-3

How to change hash keys from `Symbol`s to `String`s?

Sidekiq not processing queue

Does has_secure_password use any form of salting?

Cookies vs Sessions with CookieStore

How to set config.action_controller.default_url_options = {:host = '#''} on per environment basis

How to use unscoped on associated relations in Rails3?

PG::Error: SELECT DISTINCT, ORDER BY expressions must appear in select list

How to get a query string from a URL in Rails

When to use `save` vs `save!` in model?

ruby-on-rails-3

Using a Rails helper method within a javascript asset

Rails where date is greater than given date query

sql ruby-on-rails-3

How to delete all contents of a folder with Ruby-Rails?

ruby ruby-on-rails-3

Rails + New Relic: What does RPM mean?

Rails 3. How to display two decimal places in edit form?

Rails 3 Finding day of week

ruby-on-rails-3

Rails: Validate unique combination of 3 columns

Can I get the Ruby on Rails console to remember my command history, umm, better?

Rails validation required numericality even though presence is not set to true

gem install json -v 1.7.3 gives 'Please update your PATH to include build tools'

Differences in rails between new + save and create