RailsCasts Pro episodes are now free!

Learn more or hide this

Yad Faeq's Profile

GitHub User: 0bserver07

Site: yadfaeq.com

Comments by Yad Faeq

Avatar

This will overwrite the configuration that is already have been written.

Avatar

When you guys move on to Rails 4, use

ruby
puts "friendly_id :foo, use: [:slugged, :finders]"
ruby
puts "friendly_id :foo, use: :slugged"
Avatar

Is there any solutions or steps to Deploy it to Heroku ?