search for: biard

Displaying 2 results from an estimated 2 matches for "biard".

Did you mean: bard
2010 Nov 14
5
Authlogic and rails 3 : NameError in User sessionsController#new
Hi everybody, I''ve installed Authlogic on Rails 3 following the Railscast (http:// railscasts.com/episodes/160-authlogic), and the resources I was able to find on the web, but I''m facing a problem. Once I''ve generated the user_sessions controller and mapped the login and logout routes, I get an error if I try to load the login page : uninitialized constant
2007 Jul 20
1
Backgroundrb and timeout connections
Hi We have a RoR application which needs to get the contents of RSS feeds. The application opens HTTP connections, but the problem is that we have frequently Timeout::Error because of feeds are not available. It seems it''not possible to reduce the time of timeout in Ruby... So, I''m wondering if there is way to solve this with Backgroundrb. Best regards, Julien