This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-01-10 15:17:57 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cbdfaf2e2982cea5bc416dbc8b77f2fb84a7c19e
rails
/
activerecord
/
test
History
Dylan Smith
cbdfaf2e29
Fix test failure for ruby 1.8.
...
BigDecimal.new needs to take a string rather than an integer in ruby 1.8.
2013-02-08 09:44:15 -05:00
..
active_record
/connection_adapters
pushing caching and visitors down to the connection
2011-11-19 20:19:53 -08:00
assets
Merge pull request
#4809
from cfeist/feist-sqlite-binary-corruption
2012-02-02 09:16:06 -08:00
cases
Fix test failure for ruby 1.8.
2013-02-08 09:44:15 -05:00
fixtures
Fix deleting from a HABTM join table upon destroying an object of a model with optimistic locking enabled.
Fixes
#5332
.
2012-11-13 10:36:24 -08:00
migrations
recognize migrations, in folders containing numbers and 'rb'.
2012-12-13 11:40:02 +01:00
models
Fix pluck when columns/tables are reserved words.
2013-01-23 15:17:33 +01:00
schema
active_record: Quote numeric values compared to string columns.
2013-02-07 05:02:38 -05:00
support
Add require 'pathname' as it has not already been required in some circumstances
2011-06-17 14:55:34 +01:00
.gitignore
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases.
2011-06-04 23:47:03 +01:00
config.example.yml
Backport PostgreSQL auto-reconnect test coverage
2012-09-13 14:57:59 -07:00
config.rb
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
2008-01-21 17:20:51 +00:00