can any one tell the the procedure to create the login form for the project using netbeans or any IDE? -- 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@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 15 March 2011 11:01, salim mandrekar <mandrekar.salim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> can any one tell the the procedure to create the login form for the project > using netbeans or any IDE?How many times?! Whether you''re using Netbeans or any othe IDE has *nothing* to do with creating functionality. If you''re following *any* getting-started tutorial, they *all* cover authentication in some level - yet despite being recommended several times, you don''t seem to be doing so. You can also use any of the many Gems that offer this functionality; have a look on Github, or Ruby Toolbox: http://ruby-toolbox.com/categories/rails_authentication.html PLEASE: separate your learning from your IDE - I''m a big fan of Netbeans, and have used it for several years, but it''s a tool, not a crutch.... -- 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@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
dude i refered many getting started tutorials but login form (authentication) i dint found anywhere.. -- 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@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
can u suggest the the suitable gem to use.. -- 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@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 15 March 2011 11:18, salim mandrekar <mandrekar.salim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> can u suggest the the suitable gem to use..Any of the Gems on the Ruby Toolbox link I gave you are probably suitable - it''s up to you to evaluate them and see if they suit your need - some will have different functionality to others. -- 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@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 15 March 2011 11:15, salim mandrekar <mandrekar.salim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> dude i refered many getting started tutorials but login form > (authentication) i dint found anywhere..I don''t think you looked very hard: http://www.google.co.uk/search?q=rails+getting+started+authentication ...the first result is this (which you have been pointed at before): http://guides.rubyonrails.org/getting_started.html ...and if you scroll down to section 10, it covers a very simple implementation of security. -- 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@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
i got it i got it. sorry i waas refering to some other link... ya now it wil work,,. tc thanks -- 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@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.