Re: [rspec-users] how to place the app in the rails dir

2010-08-12 Thread Kristian Mandrup
To learn Rails, checkout: http://railsnotes.com/rails-3/ ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] how to place the app in the rails dir

2010-08-11 Thread Kristian Mandrup
1) If your app name is "nice-app", make your directory like this railsprojects/nice-app 2) First update rubygems and perhaps use rvm (ruby version manager) http://railscasts.com/episodes?page=3 See railscast 200 and 201. Bundler can also be used for Rails 2 I think ;) Which version of Rails

[rspec-users] how to place the app in the rails dir

2010-08-10 Thread Aruna Chinnamuthu
Hi i am new to ROR . I have mentioned to work on Rspec.. i have a code given by my boss.. I am having doubts in using them. 1. How should i keep that code in my railsprojects directory.. Should i keep the package given by them directly in my directory or i have to use rails appname 2.I actually tri