Re: [Rails] How to Install Ruby and Rails

2013-01-03 Thread Mandeep Kaur
all using rvm. > If you want to install Rails 3 using RVM then follow link http://wp.me/p2ffbs-5E -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send

Re: [Rails] How to Install Ruby and Rails

2013-01-03 Thread Mandeep Kaur
On Thu, Jan 3, 2013 at 3:12 PM, Nirav Bhatu wrote: > I want to install Ruby 1.8.7 and Rails 2.8.3,i am using ubuntu 11. Thank > you Run following command in terminal sudo gem install rails -v 2.8.3 sudo apt-get install ruby1.8-dev -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -

[Rails] AuthenticationFailed in Capistrano

2012-10-13 Thread Mandeep Kaur
ublic_html/simak-in/shared/pids" servers: ["simak-in"] connection failed for: simak-in (Net::SSH::AuthenticationFailed: mandy) Please help me to solve this error? -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to th

Re: [Rails] Re: Error in cap deploy command

2012-10-11 Thread Mandeep Kaur
Thanks to all for helping me. Problem Solved : ). -- Mandeep Kaur http://mandeepsimak.wordpress.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 rubyonrails-talk@googlegroups.com. To u

Re: [Rails] Re: Error in cap deploy command

2012-10-08 Thread Mandeep Kaur
On Mon, Oct 8, 2012 at 10:22 PM, Mandeep Kaur wrote: > On Mon, Oct 8, 2012 at 9:58 PM, Mandeep Kaur wrote: >> On Mon, Oct 8, 2012 at 9:51 PM, Ilia Bylich wrote: >>> This page means error in rails. Look at your log/production.log. >>> >> >> this file has fo

Re: [Rails] Re: Error in cap deploy command

2012-10-08 Thread Mandeep Kaur
On Mon, Oct 8, 2012 at 9:58 PM, Mandeep Kaur wrote: > On Mon, Oct 8, 2012 at 9:51 PM, Ilia Bylich wrote: >> This page means error in rails. Look at your log/production.log. >> > > this file has following error; > Mysql2::Error (Access denied for user 'root'@

Re: [Rails] Re: Error in cap deploy command

2012-10-08 Thread Mandeep Kaur
the i got following error: failed: "sh -c 'cd ~/public_html/mysite/releases/20121008162802 && rake RAILS_ENV=production db:migrate'" on simak Now what i have to do? -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are

Re: [Rails] Re: Error in cap deploy command

2012-10-08 Thread Mandeep Kaur
used passenger and write namespace for that but still having same result in browser. "We're sorry, but something went wrong." -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Ra

Re: [Rails] Re: Error in cap deploy command

2012-10-08 Thread Mandeep Kaur
ror when I open domain(simak) in browser. Is there any step to start rails app with capistrano which i was missing? -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- $ cap deploy * executing `deploy' * exec

Re: [Rails] Error in cap deploy command

2012-10-08 Thread Mandeep Kaur
/pids" servers: ["simak"] Password: [simak] executing command command finished in 237ms * executing "chmod g+w ~/public_html/mysite ~/public_html/mysite/releases ~/public_html/mysite/shared ~/public_html/mysite/shared/system ~/public_html/mysite/shared/log ~/public_htm

[Rails] Error in cap deploy command

2012-10-08 Thread Mandeep Kaur
om:megha55/mysite.git /u/apps/mysite/releases/20121008150536 && cd /u/apps/mysite/releases/20121008150536 && git checkout -q -b deploy d8c68e8142039f19b36669692144825715bc129a && (echo d8c68e8142039f19b36669692144825715bc129a > /u/apps/mysite/releases/20121008150536/REVISION)&

Re: [Rails] Rails with Phusion Passenger and Apache

2012-10-07 Thread Mandeep Kaur
On Sun, Oct 7, 2012 at 8:06 PM, Hassan Schroeder wrote: > On Sun, Oct 7, 2012 at 7:20 AM, Mandeep Kaur wrote: > >> ** [deploy:update_code] exception while rolling back: >> Capistrano::ConnectionError, connection failed for: mandeep >> (Net::SSH::AuthenticationFailed: m

Re: [Rails] Rails with Phusion Passenger and Apache

2012-10-07 Thread Mandeep Kaur
On Sun, Oct 7, 2012 at 7:46 PM, Hassan Schroeder wrote: > On Sun, Oct 7, 2012 at 6:41 AM, Mandeep Kaur wrote: > >> Here i have confusion about repository. Its github repository or something >> else? > > It's the repository for your code. > Done! This is solve

Re: [Rails] Rails with Phusion Passenger and Apache

2012-10-07 Thread Mandeep Kaur
On Sun, Oct 7, 2012 at 7:11 PM, Mandeep Kaur wrote: > Here i have confusion about repository. Its github repository or something > else? I have solved this but getting anther error. Check this ** [deploy:update_code] exception while rolling back: Capistrano::ConnectionError, conn

Re: [Rails] Rails with Phusion Passenger and Apache

2012-10-07 Thread Mandeep Kaur
On Sun, Oct 7, 2012 at 6:55 PM, Hassan Schroeder wrote: > On Sun, Oct 7, 2012 at 6:00 AM, Mandeep Kaur wrote: > >> ** transaction: start >> * executing `deploy:update_code' >> Please specify the repository that houses your application's code, set >> :re

Re: [Rails] Rails with Phusion Passenger and Apache

2012-10-07 Thread Mandeep Kaur
" servers: ["mandeep"] Password: [mandeep] executing command command finished in 229ms Check Its correct or not. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rail

Re: [Rails] Rails with Phusion Passenger and Apache

2012-10-01 Thread Mandeep Kaur
On Mon, Oct 1, 2012 at 7:40 PM, Hassan Schroeder wrote: > On Mon, Oct 1, 2012 at 7:00 AM, Mandeep Kaur wrote: > >> Can I deploy app using Capistrano without Passenger? > > Yes. Is there any drawback of using it? >> I have another question that using Passenger is correct

Re: [Rails] Rails with Phusion Passenger and Apache

2012-10-01 Thread Mandeep Kaur
On Sun, Sep 30, 2012 at 4:13 AM, Norbert Melzer wrote: > 2012/9/29 Mandeep Kaur : > > Hint 7: Last but not least: Learn to use a deploy-tool like Capistrano > or Vlad, it will make many things easier and do things automatically > that I personally would forget with every deploy (s

Re: [Rails] Rails with Phusion Passenger and Apache

2012-09-30 Thread Mandeep Kaur
On Sun, Sep 30, 2012 at 2:03 PM, Colin Law wrote: > Do you need the website to be accessible to the global internet or just > locally? > Global Internet. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Gro

Re: [Rails] Rails with Phusion Passenger and Apache

2012-09-30 Thread Mandeep Kaur
g to achieve. > I want to design a websile using RoR. So I am able to link domain name with rails app/public folder. But application does not working as to run it we have to start it using rails server command then it starts application at idaddress:3000. So how can I link my website to that

Re: [Rails] Rails with Phusion Passenger and Apache

2012-09-29 Thread Mandeep Kaur
On Sat, Sep 29, 2012 at 10:40 PM, Hassan Schroeder wrote: > On Sat, Sep 29, 2012 at 10:03 AM, Mandeep Kaur wrote: > > If you're using Passenger, it should be listening on port 80. > > Why would you want people to have to add a port # to the URL of > your site? >

Re: [Rails] Rails with Phusion Passenger and Apache

2012-09-29 Thread Mandeep Kaur
n i link my site to ipaddress:3000 on which rails app is running? -- Mandeep Kaur http://mandeepsimak.wordpress.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 rubyonrails-talk

Re: [Rails] Rails with Phusion Passenger and Apache

2012-09-29 Thread Mandeep Kaur
t to heroku. I don't think Its the right choice to pay someone for doing that. I will try it and hopefully run that too. Anyways thanks for your help. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ru

Re: [Rails] Rails with Phusion Passenger and Apache

2012-09-29 Thread Mandeep Kaur
u > want to use and the server's IP address in your own /etc/hosts file. > (Remove it when your registered domain is in place.) I have already buy a domain and server too. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to t

Re: [Rails] Rails with Phusion Passenger and Apache

2012-09-29 Thread Mandeep Kaur
se passenger. Now what can I do for that? Or their is another way to start rails app and link it to domain(website). I have server(which is Linux based) for that work and all I have to do through console mode. So help me according to that. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ --

[Rails] Rails with Phusion Passenger and Apache

2012-09-28 Thread Mandeep Kaur
://help.ubuntu.com/community/RubyOnRails#Configure_Apache Can anyone help me to use passenger and apache with rails3? You can also provide any useful link for that or any tutorial. Thanks in advance. Help will be appreciated. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received

Re: [Rails] index.html in rails-app/public

2012-08-29 Thread Mandeep Kaur
On Wed, Aug 29, 2012 at 8:16 PM, Mandeep Kaur wrote: > On Wed, Aug 29, 2012 at 8:14 PM, Walter Lee Davis wrote: >> >> If you're using Apache and Passenger, try adding this line inside the >> block in the relevant httpd.conf for this application: >> >> Opt

Re: [Rails] index.html in rails-app/public

2012-08-29 Thread Mandeep Kaur
On Wed, Aug 29, 2012 at 8:14 PM, Walter Lee Davis wrote: > > > On Aug 29, 2012, at 10:33 AM, Mandeep Kaur wrote: > >> I am not getting this. Means i have to remove this apache setting that >> automatically create default index page? >> > > If you're us

Re: [Rails] index.html in rails-app/public

2012-08-29 Thread Mandeep Kaur
ting this. Means i have to remove this apache setting that automatically create default index page? -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this grou

Re: [Rails] Re: index.html in rails-app/public

2012-08-26 Thread Mandeep Kaur
What to do now ? -- Mandeep Kaur http://mandeepsimak.wordpress.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 rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to r

Re: [Rails] index.html in rails-app/public

2012-08-26 Thread Mandeep Kaur
and help me. Thanks in advance. -- Mandeep Kaur http://mandeepsimak.wordpress.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 rubyonrails-talk@googlegroups.com. To unsubscribe from thi

[Rails] index.html in rails-app/public

2012-08-25 Thread Mandeep Kaur
fault index.html from public folder. Can anyone tell me how to add link rails-app/app/views/home/index.html.erb to index.html in /rails-app/public folder webpage? If i have created symbolic link to rails-app/../../home then its not working. .html.erb file is not working directly in browser. -- Mandeep

Re: [Rails] autodetect': Could not find a JavaScript runtime

2012-07-09 Thread Mandeep Kaur
n went > to run rail server only to find this error - autodetect': Could not find a > JavaScript runtime. $ sudo apt-get install nodejs This will remove your problem. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Goo

Re: [Rails] Uninstall RoR

2012-07-05 Thread Mandeep Kaur
ly. Since there are many versions of both ruby and rails, may be that confusing me. Thank you in advance. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this gro

Re: [Rails] Uninstall RoR

2012-07-05 Thread Mandeep Kaur
s). Where can I find instructions and steps for the same as I tried most of the methods, but couldn't succeed. I used even purge option to remove completely but still lot of files exist. Any help will be highly appreciated. :-) -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You

Re: [Rails] Uninstall RoR

2012-07-05 Thread Mandeep Kaur
locate command shows result of folders that are not exists. I want to reinstall RoR thats why i'm removing RoR but now I am getting problem. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk

Re: [Rails] Uninstall RoR

2012-07-05 Thread Mandeep Kaur
remove /usr/bin/ruby (result of $ which ruby) -- Mandeep Kaur http://mandeepsimak.wordpress.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 rubyonrails-talk@googlegroups.com. To unsub

Re: [Rails] Uninstall RoR

2012-07-05 Thread Mandeep Kaur
On Thu, Jul 5, 2012 at 2:40 PM, Colin Law wrote: > On 5 July 2012 09:54, Mandeep Kaur wrote: >> This means RoR is uninstalled properly or not. > > Yes I believe so, certainly the rails and ruby commands were not found. > If it is uninstalled then why I'm getting resul

Re: [Rails] Uninstall RoR

2012-07-05 Thread Mandeep Kaur
This means RoR is uninstalled properly or not. On Thu, Jul 5, 2012 at 1:14 PM, Colin Law wrote: > On 5 July 2012 08:16, Mandeep Kaur wrote: >> I want to uninstall RoR completely. And did as following: >> >> $ sudo apt-get remove ruby >> $ sudo gem uninstall rai

[Rails] Uninstall RoR

2012-07-05 Thread Mandeep Kaur
amed CommandNotFound Anyone help me to uninstall Ruby on Rails completely. -- Mandeep Kaur http://mandeepsimak.wordpress.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 rubyonr

Re: [Rails] Rails compatibility with Ubuntu

2012-07-03 Thread Mandeep Kaur
On Tue, Jul 3, 2012 at 12:38 PM, Ahmy Yulrizka wrote: > Rails 2.x is 1.8.7 i think, > Rails 3.0 and 3.1 and 3.2 is compatible with 1.8.7 and 1.9 and Jruby 1.5.2+ > > You can check on the rails release note of each version : > http://guides.rubyonrails.org/ > Thanks .. : ) --

Re: [Rails] Rails compatibility with Ubuntu

2012-07-02 Thread Mandeep Kaur
Ok then Rails 3.x depends on which Ruby version and also tell about Rails 2.x. Thanks -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send

[Rails] Rails compatibility with Ubuntu

2012-07-02 Thread Mandeep Kaur
Hi All, I want to know the compatibility of Ubuntu with Rails. Anyone know which Ubuntu version support Rails 2.x and Rails 3.x. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"

Re: [Rails] Re: E-Books for RoR 3

2012-06-27 Thread Mandeep Kaur
Thanks to all for providing the links. -- Mandeep Kaur http://mandeepsimak.wordpress.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 rubyonrails-talk@googlegroups.com. To unsubscribe

Re: [Rails] E-Books for RoR 3

2012-06-27 Thread Mandeep Kaur
On Wed, Jun 27, 2012 at 4:19 PM, Hy Chanhan wrote: > Enjoy with http://tryruby.org Please give the links for tutorials. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" grou

[Rails] E-Books for RoR 3

2012-06-27 Thread Mandeep Kaur
Hello All, I want to learn RoR3. So kindly suggest me free and online downloadable E-Books for Rub on Rails 3. Thanks in advance. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"

Re: [Rails] Re: Error with rake command

2012-06-26 Thread Mandeep Kaur
> 0 tests, 0 assertions, 0 failures, 0 errors, 0 skips >> Run options: > Here, the rake command is doing what it's supposed to: Running the tests. > The tests are failing, but that is not a problem with rake, it's just that > the rails application doesn't behave the

Re: [Rails] RoR 2.X Application

2012-06-26 Thread Mandeep Kaur
On Tue, Jun 26, 2012 at 2:52 PM, vishal singh wrote: > bundle exec ruby script/server (run this command ) It gives same error. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" g

Re: [Rails] RoR 2.X Application

2012-06-25 Thread Mandeep Kaur
from script/server:2:in `' -- Mandeep Kaur http://mandeepsimak.wordpress.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 rubyonrails-talk@googlegroups.com. To unsubscribe from

[Rails] Error with rake command

2012-06-25 Thread Mandeep Kaur
4:in `method_missing' /home/ms/Desktop/rails3/blog/test/functional/posts_controller_test.rb:39:in `block in ' 8 tests, 8 assertions, 4 failures, 1 errors, 0 skips Errors running test:functionals! # -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are

Re: [Rails] RoR 2.X Application

2012-06-25 Thread Mandeep Kaur
nt know how to install Rails with rvm. Can you help me for that ? -- Mandeep Kaur http://mandeepsimak.wordpress.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 rubyonrails-talk@googl

Re: [Rails] RoR 2.X Application

2012-06-25 Thread Mandeep Kaur
On Tue, Jun 26, 2012 at 9:20 AM, vishal singh wrote: > if you are using window operating system then you should use pik gem for run > both rails 2 and rails 3 your system.. > I am using LINUX OS. So how to use that in LINUX ? -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You

[Rails] RoR 2.X Application

2012-06-25 Thread Mandeep Kaur
very important, So please help me to remove this error. And If anyone knows another methods to run multiple Rails version applications then tell me. Thanks. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups &quo

Re: [Rails] Hosting of Ruby on Rails3 App

2012-06-24 Thread Mandeep Kaur
ils: Talk" group. > To post to this group, send email to rubyonrails-talk@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

[Rails] Hosting of Ruby on Rails3 App

2012-06-21 Thread Mandeep Kaur
I want to host a website using Ruby on Rails 3. Which 3 best hosts give me web space to do that ? Please suggest me best 3 hosting sites to develop RoR3 Website. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups

Re: [Rails] Cannot load such file -- script/../config/boot (LoadError)

2012-06-20 Thread Mandeep Kaur
uby/rails on one > system: > https://rvm.io// Using above, gives same error. Please help me to solve this problem. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post

Re: [Rails] Daily Diary

2012-06-19 Thread Mandeep Kaur
On Wed, Jun 20, 2012 at 1:31 AM, Colin Law wrote: > On 19 June 2012 17:21, Mandeep Kaur wrote: >> I want to create daily diary format and want to print date for whole >> year like 1-1-2012 to 1-12-1012 using Ruby on Rails. Is it possible ? >> If yes then please guide me.

[Rails] Daily Diary

2012-06-19 Thread Mandeep Kaur
I want to create daily diary format and want to print date for whole year like 1-1-2012 to 1-12-1012 using Ruby on Rails. Is it possible ? If yes then please guide me. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google

[Rails] Cannot load such file -- script/../config/boot (LoadError)

2012-06-19 Thread Mandeep Kaur
xec script/server script/server:2:in `require': cannot load such file -- script/../config/boot (LoadError) from script/server:2:in `' Please help me to solve this problem. -- Mandeep Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subs

Re: [Rails] Server is not starting

2012-06-19 Thread Mandeep Kaur
; `autodetect': Could not find a JavaScript runtime. See > https://github.com/sstephenson/execjs for a list of available runtimes. > (ExecJS::RuntimeUnavailable) You may install nodejs using sudo apt-get install nodejs This may solve the problem. -- Mandeep Kaur http://mandeepsimak.