New posts in ruby-on-rails

How to call ApplicationController methods from ApplicationHelper

Creating a `Users` show page using Devise

How to translate model in Ruby class/module namespace?

Simple rails rake task refuse to run with error "Don't know how to build task", why?

Class alias in Ruby

is Rails.cache purged between tests?

Set logging levels in Ruby on Rails

Best way to highlight current page in Rails 3? -- apply a css class to links conditionally

How to update a single attribute without touching the updated_at attribute?

Passing an array into hidden_field ROR

In Rails 4.1, how to find records by enum symbol?

How do I create a ruby Hello world?

Displaying host and database names in Rails

How can I delete special characters?

Rails 3 default datetime format without UTC

How to execute a command on the server with Capistrano?

Is it possible to output the SQL change scripts that 'rake db:migrate' produces?

How to test 500.html in rails development env?

Rails: You have already activated rake 10.3.1, but your Gemfile requires rake 10.2.2 (Gem::LoadError)

How do I vendorize gems for Rails3/Bundler