search for: learningrail

Displaying 5 results from an estimated 5 matches for "learningrail".

Did you mean: learningrails
2008 May 12
0
Screencast on in-place edit
We tackled in-place edit in the latest screencast in our free Learning Rails course: www.BuildingWebApps.com/learningrails/14 We were surprised to find that the in-place edit plugin in the official Rails repository still hasn''t been updated to be functional with Rails 2, and that it doesn''t support several of the options in the Scriptaculous code that it wraps. We worked around these issues in the...
2008 Oct 17
1
Re: Group Authentication Plugin
You may want to look at restful_authentication plugin. Before that, I would highly recommend that you go through learningrails.com podcasts and screencasts here: http://www.buildingwebapps.com/podcasts Screecast 11 explains in detail how to use the restful_authentication plugin. Bharat --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "...
2008 Jun 10
7
ActionMailer undefined method `parameters' - Rails 2.1
Hello Rubyists, I''m currently trying to get email hooked up via ActionMailer, and while I''ve gotten it to work in the past on Rails 1.2.x, I''m seeing an error that I''m unfamiliar with. Right now, I''m just trying to send email from my dev box via the SMTP server at work. My development.rb file: #...snip config.action_mailer.delivery_method = :smtp
2009 Oct 28
6
undefined method `^' for "e":String
I''m attempting to learn Ruby on Rails, but these errors aren''t helping. I''m currently trying to follow the lessons available on www.learningrails.com. I received this error after trying to visit a page generated by using the scaffold command. Actually, this is all I did up until the error: rails sample2 -d mysql mysqladmin -u root -p create sample2_development ruby script/generate controller pages home resources about contact ruby script...
2009 Aug 19
27
First App- Error 500
I''ve created a simple hello world app that doesnt appear to serve up the view greeting.rhtml. :< Any ideas ? The error message is from development.log is... # Logfile created on Tue Aug 18 16:49:55 -0400 2009/!\ FAILSAFE /!\ Tue Aug 18 16:50:34 -0400 2009 Status: 500 Internal Server Error unknown error PS . It does show the default web page ok at http://localhost:3000 just not