index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
primary_keys_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #17696 from kamipo/unsigned_integer_support
Jeremy Daer
2015-09-19
1
-1
/
+2
|
\
|
*
Add `unsigned` support for numeric data types in MySQL
Ryuta Kamizono
2015-09-18
1
-1
/
+2
*
|
Correctly dump composite primary key
Ryuta Kamizono
2015-09-20
1
-0
/
+27
|
/
*
Added test case for serial? method when sequence name is not quoted
Prathamesh Sonpatki
2015-05-22
1
-0
/
+6
*
Fix `serial?` with quoted sequence name
Ryuta Kamizono
2015-05-18
1
-0
/
+8
*
use Model.reset_column_information to clear table cache connection wide.
Kuldeep Aggarwal
2015-03-31
1
-1
/
+2
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-4
/
+4
*
Allow `:limit` option for MySQL bigint primary key support
Ryuta Kamizono
2015-02-24
1
-0
/
+10
*
Prefer `drop_table if_exists: true` over raw SQL
Ryuta Kamizono
2015-02-18
1
-1
/
+1
*
Replace `if exists` with `table_exists?` and drop table statement with `drop_...
Yasuo Honda
2015-01-21
1
-1
/
+1
*
Improve a dump of the primary key support.
Ryuta Kamizono
2014-12-29
1
-0
/
+19
*
Add bigint primary key support for MySQL.
Ryuta Kamizono
2014-12-28
1
-6
/
+13
*
Support for any type primary key.
Ryuta Kamizono
2014-12-28
1
-0
/
+24
*
Define id_was to get the previous value of the primary key
Rafael Mendonça França
2014-08-06
1
-0
/
+10
*
Move writing unknown column exception to null attribute
Sean Griffin
2014-06-26
1
-2
/
+10
*
test refactor, don't hardcode `primary_key_prefix_type` default.
Yves Senn
2014-06-06
1
-0
/
+3
*
Remove `Column#primary`
Sean Griffin
2014-05-23
1
-32
/
+0
*
Handle other pk types in PostgreSQL gracefully.
Patrick Robertson
2014-05-12
1
-0
/
+26
*
docs, AR already auto-detects primary keys. Closes #13946. [ci skip]
Yves Senn
2014-02-05
1
-1
/
+5
*
Remove more skip
Rafael Mendonça França
2013-11-08
1
-2
/
+0
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-9
/
+10
*
Fix class and method name typos
Vipul A M
2013-05-12
1
-1
/
+1
*
Revert "Merge pull request #10455 from patricksrobertson/bigserial_id_not_ide...
Aaron Patterson
2013-05-07
1
-29
/
+0
*
Handle other pk types in PostgreSQL gracefully.
Patrick Robertson
2013-05-07
1
-0
/
+29
*
Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"
Guillermo Iguaran
2013-01-18
1
-1
/
+1
*
User Rails 4 find_by
robertomiranda
2013-01-18
1
-1
/
+1
*
Standardize the use of current_adapter?
Rafael Mendonça França
2013-01-01
1
-3
/
+3
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-2
/
+2
*
fix build 5001, model reply is required in cases/primary_keys_test too!
Vishnu Atrai
2012-02-12
1
-0
/
+1
*
removed unuseful require for reply as we are not using require model
Karunakar (Ruby)
2012-02-11
1
-1
/
+0
*
Fix GH #4754. Remove double-quote when using ANSI_QUOTES
kennyj
2012-01-31
1
-0
/
+16
*
Fix CI
Jon Leighton
2011-12-28
1
-2
/
+2
*
Cache columns at the model level.
Jon Leighton
2011-12-16
1
-8
/
+30
*
Fix #3987.
Jon Leighton
2011-12-15
1
-0
/
+10
*
Add test for read_attribute(:id) with non-standard PK.
Jon Leighton
2011-12-01
1
-0
/
+5
*
Deprecate set_primary_key in favour of self.primary_key=
Jon Leighton
2011-11-29
1
-5
/
+2
*
Transactional fixtures enlist all active database connections.
Jeremy Kemper
2011-10-05
1
-0
/
+4
*
Revert "Raise error on unknown primary key."
Jon Leighton
2011-10-05
1
-14
/
+0
*
Raise error on unknown primary key.
Jon Leighton
2011-10-05
1
-0
/
+14
*
Don't require a DB connection when setting primary key.
Jon Leighton
2011-09-26
1
-0
/
+16
*
Revert "to_key on a destroyed model should return nil". Closes #2440
Santiago Pastorino
2011-08-05
1
-1
/
+1
*
to_key on a destroyed model should return nil
Santiago Pastorino
2011-07-09
1
-1
/
+1
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
Quote find_in_batches ORDER BY clause [#6620 state:resolved]
Andrew White
2011-03-29
1
-0
/
+9
*
code gardening: we have assert_(nil|blank|present), more concise, with better...
Xavier Noria
2010-08-17
1
-1
/
+1
*
Revert "Makes AR use AMo to_key implementation"
Santiago Pastorino
2010-08-15
1
-1
/
+1
*
Makes AR use AMo to_key implementation
Santiago Pastorino
2010-08-13
1
-1
/
+1
*
expected value should come first in assert_equal
Neeraj Singh
2010-07-18
1
-2
/
+2
*
primary_keys_test reads better than pk_test
Neeraj Singh
2010-07-18
1
-0
/
+139