search for: firegobi

Displaying 3 results from an estimated 3 matches for "firegobi".

Did you mean: firegoby
2006 Jun 15
13
Best Approach to a ''Down for Maintenance'' Page?
What is the best way to implement a ''Down for Maintenance'' page across your Rails app? Ideally I would like to have a button in my admin section that toggles the display of a ''currently under maintenance'' page to every public request to the app (possibly with some dynamic content like estimated down-time) except for: - - requests from a specified IP
2006 Feb 22
4
Creating Application on base directory?
Hi, Just wondering if its possible to set up an application to run on a base domain? If so, how? If you dont know what I mean so when I goto http://localhost:3000/ I dont get the rails information page? If you still dont get me (Im finding this hard to explain) then hope this structure helps: http://www.myapp.com/ <http://www.myapp.com/controller/> <--- Would be Front page of
2006 Feb 22
0
Rewriting attribute accessors?
I''m new to Rails and so was wondering if the following strategy is a good idea. Background: I''m writing a eCommerce application which has a Product model and an Option model, they are setup with a has_and_belongs_to_many relationship. The Product model features the ''base'' attributes of the product and then the shopkeeper *can* add one or more Options that