You are here: Forums Ask a Rails expert changing base url ...
Posted in Forums : Ask a Rails expert
Authority 0
Posting Rating 0
Sign in to rate this post
|
Hey, I have a rails app that is viewed in a frame of another site. Lets say my domain is: www.ror.com In short I want to replace the base of all my urls from ‘www.ror.com’ to ‘www.frames.com/myapp’ Thnx ! |
Authority 62
Posting Rating 99
Sign in to rate this post
|
try to add in routes.rb after |
Authority 0
Posting Rating 0
Sign in to rate this post
|
thnx for the reply |
|
Authority 0
Posting Rating 79
Sign in to rate this post
|
http://api.rubyonrails.org/classes/ActionController/Base.html#M000455 Putting this in your controller/application.rb should do what you are looking for.
|
Ask a Rails expert : how to execute the url from my controller
Ask a Rails expert : conditional action caching multiple mongrel clusters
Ask a Rails expert : Using like command in RoR
Ask a Rails expert : Apache ActionController:RoutingError
Ask a Rails expert : Multiple csv file upload based on data in a form
Ask a Rails expert : Exception error code
Ask a Rails expert : Tracking down an issue
Ask a Rails expert : Thread Vs Transaction
Ask a Rails expert : implementing whitelist plugin
Ask a Rails expert : Validation helper