search for: ror3

Displaying 4 results from an estimated 4 matches for "ror3".

Did you mean: ror
2006 Jun 29
1
session management not working for me in an exceptional condition
I have an RoR application(parent) which can be used to kickstart other RoR applications(child). A user can log in to parent RoR and then start child RoR''s and then visit that RoR using one of the links provided in parent RoR; I have following html code is parent RoR list page for visiting an child RoR <input type=button onclick="visitApp1()"
2011 May 25
0
Sessions and token
Hi all, If I was to create a mobile app connecting to Michael Hartl’s tutorial ROR3 application... in order for me to implement a “always remember me” model, would a user just sign up once and get a token, and use that same token every time the mobile app runs. Or do I save the credentials and then log in behind the scenes every time the app opens, and then use a new token every a...
2011 Feb 10
3
ror 3 + apache2 + passenger = apache test page
.../var/www/rails/ >> # ls -la >> итого 8 >> drwxr-xr-x. 2 root root 4096 Фев 6 16:35 . >> drwxr-xr-x. 3 root root 4096 Фев 6 15:52 .. >> lrwxrwxrwx. 1 root root 26 Фев 6 16:35 zak -> /home/up/rails3/zak/public Apache starts successfully, but instead of pages of ROR3, I see apache testpage. But apache see all files, which in public ROR directory - /home/up/rails3/zak/public What i must do to normaly run Rails? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&quot...
2012 Sep 20
6
Good books about the internals of Rails 3
Hi, I''m a new RoR and Ruby developer and I''m searching for some good resources (books or website) that go a little further than books like the railstutorial (which is excellent btw). But after reading this, I feel like as long as I''m working with scaffolding and simple gems, it''s ok, and a lot can be accomplished with this but I would like to have a deeper