mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-08 16:44:20 +01:00
Removed superfluous 'tracks' directory at the root of the repository.
Testing commits to github.
This commit is contained in:
parent
6a42901514
commit
4cbf5a34d3
2269 changed files with 0 additions and 0 deletions
35
vendor/plugins/memory_test_fix/README
vendored
Normal file
35
vendor/plugins/memory_test_fix/README
vendored
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
MemoryTestFix
|
||||
=============
|
||||
|
||||
A simple fix to run tests with sqlite. From example at
|
||||
|
||||
http://blog.seagul.co.uk/articles/2006/02/08/in-memory-sqlite-database-for-rails-testing
|
||||
|
||||
In your database.yml, use
|
||||
|
||||
test:
|
||||
adapter: sqlite3
|
||||
database: ":memory:"
|
||||
|
||||
It runs much faster!
|
||||
|
||||
You can also adjust the verbosity of the output:
|
||||
|
||||
test:
|
||||
adapter: sqlite3
|
||||
database: ":memory:"
|
||||
verbosity: silent
|
||||
|
||||
== Authors
|
||||
|
||||
Chris Roos
|
||||
|
||||
Adapted by Geoffrey Grosenbach, http://nubyonrails.com
|
||||
|
||||
Verbosity patch by Kakutani Shintaro
|
||||
|
||||
== Changelog
|
||||
|
||||
* Updated to look for either so it works with Rails 1.2 and also older versions
|
||||
* Updated to use ActiveRecord::ConnectionAdapters::SQLite3Adapter for Rails 1.2
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue