I have friendly_id and ActiveScaffold installed for my Rails application. Because not all of my models have unique name fields I have to开发者_StackOverflow社区 use the Slugged Model to make it work.
I use authlogic for authentication and certain actions require a logged in user, which is controlled via a before_filter like the following. I also use friendly_id on the User model and internally eve
I am using freindly_id in my application. I have setup a few fixtures in my application. I want to do integration testing on them. During the tests I need the friendly_id, but the DB records created f
How can I use friendly URLs on my Rails application ? All I need is to make available the following url format
I\'m using the friendly_id gem. I also have my routes nested: # config/routes.rb map.resources :users do |user|