search for: buildingwebapps

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

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 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 "Ruby on Rails: Talk" group. To post to this group, send ema...
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
2008 Apr 16
12
how to accomplish pagination in RoR
Hi Folks, I am just trying to get started up in RoR, I have done a simple application of add, edit, delete.... I am now trying to accomplish pagination in RoR, I referred a few tutorials, however none of the examples that i tried from there, seemed to work error free..... I have heard that lots of things have deprecated in RoR, can someone please post me a detailed report of how i can
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