here are some resources that can get you started http://en.oreilly.com/railseurope2008/public/schedule/detail/3557 (includes a ppt) http://github.com/fcheung/rails_conf_demo/tree/master
although i think for your needs, you could just exploit the RESTful actions design in Rails. For eg, your Calendar app should request authentication by specifying a specific controller action in the Authentication app (using complete URL, As Far As I Know) and your Authentication app should return the Session hash. On Feb 5, 11:10 pm, LaughingNinja <[email protected]> wrote: > Thanks for all your input! > > I'm using the alternate port and it's working. However, I now have > another issue: How can I send the Session: hash to the other > application. We have a Calendar application in house where users can > sign up for training classes. So, once the User is authorized in the > User Authentication app, I'm redirecting to the calendar app. I need > the Session: which contains the User object to tie the user to a > lesson. > > What's your suggestion for passing this between apps? > > Thanks again. > > On Feb 5, 7:23 am, Nginx Lova <[email protected]> > wrote: > > > That would me my long term recommendation. > > Passenger makes it easy to manage multiple Rails or Rack Apps > > > Mathieu Rousseau wrote: > > > If you use Mac OS X, you could use Passenger Preference Pane: > > >http://www.fngtps.com/2008/12/passenger-preference-pane-v1-2 > > > > 2009/2/4 Julian Leviston <[email protected]> > > > -- > > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

