search for: rortalk

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

Did you mean: rortalo
2010 Apr 22
1
[JOBS] Ruby on Rails Developer @ SideReel.com
...ion: * What previous projects are you particularly proud of? * What interests you about working for an early start-up? * What are your favorite agile development practices, and how have they helped you? * What excites you about software development in general? To apply, please email us at jobs+rortalk-036OxvHCOFlWk0Htik3J/w@public.gmane.org with the above requested information and your resume. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@...
2010 Jun 11
2
How to use an active record store session model?
I have a toy rails app, 2.3.5 on Debian ''squeeze'', that uses the ActiveRecord session store. I can see that it set cookies and inserts rows into the database table ''sessions''. Inside a controller, how do I acquire a reference to the model object representing the current session? This used to be possible by calling ''session.model'' but in