Re: [Rails] install Rails from terminal

2012-04-20 Thread Anurag Sachan
alk@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > -- Thanks & Regards Anurag Sachan PH:- +91-9560532

[Rails] Re: rails console is not working

2012-03-02 Thread Anurag Sachan
I also use rvm pkg install readline but it did not help me On Friday, 2 March 2012 15:20:01 UTC+5:30, Anurag Sachan wrote: > > I got this error in my terminal when i type r

[Rails] rails console is not working

2012-03-02 Thread Anurag Sachan
equire' from script/rails:6:in `' -------- Thanks & Regards Anurag Sachan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/

Re: [Rails] Re: Problem In Rails Server Command

2012-03-01 Thread Anurag Sachan
Thank You Colin On Thursday, 1 March 2012 21:56:45 UTC+5:30, Peter Vandenabeele wrote: > > On Thu, Mar 1, 2012 at 5:00 PM, Anurag Sachan > wrote: > > Is there permanent solution for that. You are saying that i have to > > add each time these gem in my each new rails app. &g

[Rails] Re: Problem In Rails Server Command

2012-03-01 Thread Anurag Sachan
Is there permanent solution for that. You are saying that i have to add each time these gem in my each new rails app. On Mar 1, 8:47 pm, Colin Law wrote: > On 1 March 2012 15:44, Anurag Sachan wrote: > > > Hello Everyone > > I have install rails in my laptop. I am using Ubunt

[Rails] Problem In Rails Server Command

2012-03-01 Thread Anurag Sachan
/ rails/commands.rb:50:in `' from script/rails:6:in `require' from script/rails:6:in `' ----- Please help me Thanks & Regards Anurag Sachan -- You received this message because you are subscribed to the

Re: [Rails] Re: Log-in Logout application

2012-02-15 Thread anurag sachan
pls find this attachment and use this code and pls tell me what the problem is there http://www.adrive.com/public/be4fc1d8c4a3989fe5e9c161508220ae91f812ae2eccf3f013811eb81beb9ab9.html On Wed, Feb 15, 2012 at 4:03 PM, Muruga wrote: > > > On Wed, Feb 15, 2012 at 2:19 PM, anurag sachan

[Rails] Log-in Logout application

2012-02-14 Thread Anurag Sachan
I have created a application of log-in and logout using session. but when i click on logout. then i saw a page that says "you are logged out". But the problem is that if i click the back button of my browser, then it redirect me to the previous page. so how can i prevent from this situation. My s

[Rails] Project

2012-02-12 Thread Anurag Sachan
I am creating application which requires User management of various levels for authorization of different level of users. I want several models: Admin_user Project Manager Company Clients Account : have many users of all level.Every user have account. See below the relations between our models: 1.

[Rails] Re: How to load development environments in Rails 3

2012-02-06 Thread Anurag Sachan
Thank You Colin On Feb 6, 6:52 am, Colin Law wrote: > On 6 February 2012 11:45, Anurag Sachan wrote: > > > Yes i am able to create application using rails new myapp. so can u > > please suggest me the link that can guide me for installing ruby and > > rails using RVM. &

[Rails] Re: How to load development environments in Rails 3

2012-02-06 Thread Anurag Sachan
Yes i am able to create application using rails new myapp. so can u please suggest me the link that can guide me for installing ruby and rails using RVM. On Feb 6, 5:44 am, Colin Law wrote: > On 6 February 2012 09:24, Anurag Sachan wrote: > > > > > > > > > > >

[Rails] How to load development environments in Rails 3

2012-02-06 Thread Anurag Sachan
I am using rails 3 on ubuntu 10. When i trying to load rails development environment using Rails Runner command i am getting this: Usage: runner [options] ('Some.ruby(code)' or a filename) -e, --environment=name Specifies the environment for the runner to operate under (test/devel