Tagged Questions
The permalink-fu tag has no wiki summary.
3
votes
2answers
504 views
Rails, How can I combine multiple model attributes to create a unique permalink using permalink_fu?
Can Permalink_fu combine 2 or more model attributes to create a unique permalink?
Let's say I have a Business Model, this model contains :name, :address, :phone, :city, :state, :country etc. ...
1
vote
1answer
186 views
Subclassing ActiveRecord with permalink_fu in a rails engine
This question is related to extending class methods in Ruby, perhaps more specifically in the way that permalink_fu does so.
It appears that has_permalink on a model will not be available in a ...
0
votes
1answer
51 views
how to category/subcategory/city/firm-name url?
iam using ruby on rails
i have models
-category
-subcategory
-city
-firm
when i click on category it will show sub categories and permalink should be: xxx.com/category
when i click subcategory it ...
0
votes
1answer
258 views
Permalink-fu plugin not working for me in Rails 3
I'm using Rails 3 and I've downloaded the permalink-fu plugin (I've installed and used it in Rails 2.3.8 several times without any issues), but when I go either to the New or Show view of my model ...
0
votes
3answers
349 views
Validate no routing overlap when creating new resources in Ruby on Rails
I've got a RESTful setup for the routes in a Rails app using text permalinks as the ID for resources.
In addition, there are a few special named routes as well which overlap with the named resource ...