Displaying 3 results from an estimated 3 matches for "test_sqlite3".
2012 Jul 17
1
AR deprecated finders
Hi all,
I had troubles while running tests on Active Record:
bundle exec rake test_sqlite3
/Users/oscardelben/code/rails/activesupport/lib/active_support/core_ext/hash/keys.rb:70:in `block in assert_valid_keys'': Unknown key: extend (ArgumentError)
This is because some models used by tests are using the extend option which now seems deprecated.
Should related tests be removed/...
2011 Sep 25
2
Noob Rails patcher - problems running the sqlite3 tests...
...7
(2011-06-30 patchlevel 352) [x86_64-linux]).
Pulled down the rails from github and created a 3.0 branch:
$ git branch --track 3-0-stable origin/3-0-stable
$ git checkout 3-0-stable
I can run the non-db tests ok, all pass
Then tried to run the sqlite3 tests like this:
$ cd activerecord
$ rake test_sqlite3
But this fails with "undefined method `transform'' for false:FalseClass
(NoMethodError)", see below.
To make sure it was nothing fundamental re: sqlite, I created a basic
rails 3.0.10 app and it starts ok, creates the db file alright.
I guess there is a setup step missing for s...
2006 Jun 21
7
How to install patches?
Hi,
Can someone explain how do I install patches.
Once I go to the page, I am not sure what to download and how to apply?
I am RoR newbie.
-Thanks
Hari
--
Posted via http://www.ruby-forum.com/.