On Oct 28, 2011, at 12:58 PM, Michael Q wrote: > Thanks Bob & Owen, > > I just wanted to point out that the text is a bit misleading because the > config.hobo.app_name key is not already in that file by default. This caused > me some confusion because I was looking for a key which it is suggested is > generated by Hobo and should already be there. Perhaps the wording should be > changed from: > > "config.hobo.app_name key is found in the config/application.rb file" > > to something like > > "a config.hobo.app_name key may be added to config/application.rb file to > change the app name"
In keeping with other typical Rails practices, it would make sense to add an example line in, but commented out - for example, like this bit from production.rb: # Specifies the header that your server uses for sending files config.action_dispatch.x_sendfile_header = "X-Sendfile" # For nginx: # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # If you have no front-end server that supports something like X-Sendfile, # just comment this out and Rails will serve the files --Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
