I am not very interested in a generic 404 page when I am developing, so I changed that in development mode. Production will be as the book says.
ciao dd On Tue, May 17, 2011 at 9:12 AM, ylluminate <[email protected]> wrote: > I was curious as per the Rapid Rails 3 with Hobo - ß5 release we're > seeing an issue where when it says to try assigning > "auto_actions :index, :show, :create, :edit, :update, :destroy" to > the recipes_controller.rb and then to attempt to view the /recipes/new > url we're supposed to see an error page from Hobo. This page is > supposed to say "The page you were looking for could not be found" > But instead I'm getting an ActiveRecord::RecordNotFound error output: > http://bit.ly/jlK6EX > > I was afraid that this had something to do with a recent build and > could be fixed in the RC. Any ideas as to why this is yielding an > error as such vs the Hobo output in this case? > > > > On May 17, 7:42 am, Domizio Demichelis <[email protected]> wrote: > > 1.3.0.RC is available as a gem, the RC1 is in the rails3 branch. Anyway - > at > > thi moment - RC1 does not have any significant improvement on a working > app > > (just a few commits to avoid seldom installation problems, and generators > > with more consistent help files). > > > > ciao > > dd > > > > > > > > > > > > > > > > On Tue, May 17, 2011 at 7:32 AM, ylluminate <[email protected]> > wrote: > > > By the way guys, how do you update to the RC vs the --pre 31 through > > > the gem? Are you downloading it from git or is there another method > > > to get the rc? > > > > > On May 16, 6:03 pm, Ronny Hanssen <[email protected]> wrote: > > > > I just found out that my hobo rich type (Money) based on float no > longer > > > > worked in the RC1 release. It worked in pre28, so sometime between > these > > > > releases a change has been made to the source. > > > > > > It failed while trying to display a record (in the show-page). The > error > > > > message was a bit vague...: > > > > > > undefined method `name' for nil:NilClass > > > > > > After a little digging i found that the code was failing as it tried > to > > > > display the fieldlist. It turns out that my rich types based on > string > > > still > > > > works, whereas my rich types based on float doesn't. > > > > > > The fix for the problem was to add a view tag for this type. Meaning > that > > > > rich types may require explicit view-tags, where the Hobo-1.0 version > > > didn't > > > > need it. Posting this in case someone else gets similar problems. > Maybe > > > this > > > > should also be added to the manual in the rich types section (if it > isn't > > > > already there - it's a while since I had a look at it now)...? > > > > > > ~Ronny > > > > > -- > > > 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. > > -- > 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. > > -- 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.
