[Rails] Re: errors with actionmailer + gmail

2009-09-07 Thread Abhishek Singh
;ve gone wrong. hi John better you switch to ruby 1.8.7 as Ruby 1.8.7 supports SMTP TLS. https://rails.lighthouseapp.com/projects/8994/tickets/1336-starttls-for-smtp-makes-gmail-go I will not suggess install a plugin (in 1.8.6) for something that was fixed, trialled, and used in later vers

[Rails] Re: server not starting with ruby 1.9.1

2009-09-03 Thread Abhishek Singh
Rick Lloyd wrote: > Did you migrate your application to Rails 2.3.3? > > On Sep 3, 5:38�am, Abhishek Singh how to migrate my application to rails 2.3.3 when i do script/console it still shows : Loading development environment (Rails 2.1.0) and then error. while when i created ne

[Rails] server not starting with ruby 1.9.1

2009-09-03 Thread Abhishek Singh
i had ruby 1.8.7 in my system.(Ubuntu 9.04) Rails version is 2.1.0 now i have installed ruby 1.9.1p129 side by side with 1.8.7 $ ruby -v ruby 1.9.1p129 (2009-05-12 revision 23412) [i686-linux] nd i,ve also done the following: $ sudo gem install rails now $ gem list *** LOCAL GEMS *** actionm

[Rails] Re: list of installed gems

2009-08-31 Thread Abhishek Singh
Abhinav Saxena wrote: > First of all, I hope you are linux/mac. If yes, google "symlink" or "ln > -s > howto". In short, what you need is this: >>ln -s file_you_want_to_symlink new_path > or in your case most probably, it will be >> sudo ln -s /usr/bin/ruby1.8 /usr/bin/ruby yes.. i have fix th

[Rails] Re: list of installed gems

2009-08-31 Thread Abhishek Singh
Abhinav Saxena wrote: > I think your gem program points to gem1.9, and therefore output is > empty. thanx i got that. > > Also if "ruby -v" outputs ruby 1.9, and you still want to use ruby1.8 > then > perhaps you need to symlink ruby1.8 to ruby. how can i create a symlink to ruby1.8? --

[Rails] Re: ruby 1.8 & 1.9 problem

2009-08-31 Thread Abhishek Singh
heimdull wrote: > you will have to install gem and all your gems using the new ruby 1.9 > installation. The gem install is isolated to the ruby install. > > On Aug 30, 10:12�pm, Abhishek Singh how can i make my gems using ruby 1.9?? -abhishek -- Posted via http://www.ru

[Rails] Re: ruby 1.8 & 1.9 problem

2009-08-31 Thread Abhishek Singh
heimdull wrote: > you will have to install gem and all your gems using the new ruby 1.9 > installation. The gem install is isolated to the ruby install. > > On Aug 30, 10:12�pm, Abhishek Singh which gems i should install. when i type 'gem list' it shows: LOCAL GEMS*

[Rails] list of installed gems

2009-08-31 Thread Abhishek Singh
hi i have installed ruby 1.9.0 now when i type 'gem list', it shows: *** LOCAL GEMS *** how can i get the list of installed gems?? nd how can i check rails version? after installing ruby 1.9.0 my webrick server is not starting for any of my rails apps which i had developed using ruby 1.8.7. If i

[Rails] ruby 1.8 & 1.9 problem

2009-08-30 Thread Abhishek Singh
hi i had ruby 1.8.7 in my system. (Ubuntu 9.04) so in console when i type: which ruby => /usr/bin/ruby ruby -v =>ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux] now i have installed ruby 1.9 side by side to the previous one and something goes wrong during that. now in console: which ruby =>/us