Re: [Rails] Re: A help for installing rails on windows

2011-03-25 Thread salim mandrekar
dear rahul i was also having the same problem while installing the ruby on rails and using Netbeans. but now its solved.. i'll suggest u please follow the above mentioned steps and den install Netbeans.. -- You received this message because you are subscribed to the Google Groups "Ruby on Ra

Re: [Rails] Re: A help for installing rails on windows

2011-03-25 Thread Michael Pavling
On 25 March 2011 09:23, salim mandrekar wrote: > if still same problem arises mail me on mandrekar.sa...@gmail.com no - please keep it on list so the next time someone has this problem, they can search and find the answer/ -- You received this message because you are subscribed to the Google Gr

[Rails] Re: A help for installing rails on windows

2011-03-25 Thread salim mandrekar
*follow this procedure:-* *STEP 1:- INSTALL RUBY 1.9.2* *STEP 2:- INSTALL RUBY GEMS* *STEP 3:- OPEN COMMAND PROMPT TYPE * * gem install rails --include-dependencies* *STEP 4:- gem i dbi* * gem i devise* * gem i globalize* *STEP 5:- gem i mysql2* *if still s

[Rails] Re: A help for installing rails on windows

2011-03-25 Thread salim mandrekar
run this command *gem i mysql2* * * *in command prompt and den check* -- 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@googlegroups.com. To unsubscribe from this group, send email to

[Rails] Re: A help for installing rails on windows

2011-03-22 Thread salim mandrekar
*refering to 2nd image.. it shows rails not install..* *click on the button which says install rails.* * * *after this your project wil be created. den just click on RUN.* *webrick server wil start which wil display the index.html file in d browser.* *http://localhost:3000* * * -- You received t

[Rails] Re: A help for installing rails on windows

2011-03-22 Thread salim mandrekar
the images shows that u have installed the netbeans, but no rails.. first install the rails framework -- 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@googlegroups.com. To unsubscribe f

[Rails] Re: A help for installing rails on windows

2011-03-22 Thread salim mandrekar
if u r getting this error which means the web server is not started, to start server type a command *rails server* in the command prompt -- 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-tal

[Rails] Re: A help for installing rails on windows

2011-03-11 Thread Er.SALIM MANDREKAR
*hi rahul,* * * *localhost:8808 is a documentation server.* * * *when u create a project using command :- rails new * *a project wil be created. after configuring necessary files such as DATABASE.YML , ROUTES.RB* *you have to start the server by a command :- rails server* * * *this will start th