Displaying 4 results from an estimated 4 matches for "rails23".
Did you mean:
rails2
2011 Oct 18
8
rspec 1.3.2, Rails 2.3.14 - plugins not loading
Hi there
I have a weird situation. I have inherited a project in Rails 1.2.3
that has been upgraded to Rails 2.3.14 (and is running). I have
installed Cucumber and Rspec to start to write features/tests for the
new code that needs to be written. In my Gemfile, these Gems are
loaded:
group :test do
gem ''rspec-rails'', ''~> 1.3.4'', :require =>
2010 Sep 27
3
having some issues with factory_girl and bundler...
...I''m using Rails 2.3.8 & ruby 1.8 (I know, I know... )
I''ve move my gems from .gems to Bundler, but I''m having some issues with
Factory_girl when I rake spec
"uninitialized constant Factory"
I''m following the instructions from http://gembundler.com/rails23.html.
Basically:
- grab all config.gem and place them into Gemfile
- bundle install
- check Gemfile.lock in my repository .. etc
I even tried with a new dummy app from scratch and got the samething...
/script/console test
Loading test environment (Rails 2.3.8)
>> Factory
NameError: uninit...
2011 Oct 21
1
Windows RailsInstaller for 2.3.x ?
Can anyone tell me which RailsInstaller version was the last one
that provided Rails 2.3.x ?
The release notes are a bit skimpy :-) but I need to help someone
on Windows get set up to work on a legacy app.
TIA,
--
Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
http://about.me/hassanschroeder
twitter: @hassan
--
You received this message
2011 May 19
1
undefined method `name' for “SystemTimer”:String
Hey All,
I am having a problem getting an old Ruby on Rails 2 app that hasn''t
worked in a year to work.
I''m trying to run rake test:functionals in the root of my project
directory but am getting undefined method `name'' for
"SystemTimer":String
I''ve pasted everything that I believe relevant to the problem here:
http://pastebin.com/NgBvystZ
Also,