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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test coverage for content_columns. Closes #2432.
Marcel Molina
2005-10-11
1
-1
/
+4
*
Speed up the setting of table_name. Closes #2428.
Marcel Molina
2005-10-10
2
-0
/
+20
*
Fix typo of 'constrains' to 'contraints'. Closes #2069.
Marcel Molina
2005-10-09
1
-1
/
+1
*
Add ability to get all siblings, including the current child, with acts_as_tr...
Marcel Molina
2005-10-09
1
-0
/
+9
*
Add geometric type for postgresql adapter. Closes #2233.
Marcel Molina
2005-10-09
3
-0
/
+74
*
Add option (true by default) to generate reader methods for each attribute of...
Marcel Molina
2005-10-07
1
-0
/
+20
*
Add convenience predicate methods on Column class. In partial fullfilment of ...
Marcel Molina
2005-10-06
1
-0
/
+3
*
Raise an exception when invalid options are passed to ActiveRecord::Base.find...
Marcel Molina
2005-10-06
2
-2
/
+6
*
sqlite topics.approved should default to true like the other dbs
Jeremy Kemper
2005-10-06
1
-1
/
+1
*
Fixup tests for [2474].
Jeremy Kemper
2005-10-06
2
-11
/
+11
*
Add rename_table to mysql, sqlite and postgres adapters for use in migrations
Tobias Lütke
2005-10-06
1
-0
/
+19
*
smallint -> boolean in pg sql
Jeremy Kemper
2005-10-06
1
-1
/
+1
*
Quote booleans according the rules defined by the adapter
Michael Koziarski
2005-10-06
5
-8
/
+13
*
Association validation does not belong in a before_save callback: move it int...
Jeremy Kemper
2005-10-02
2
-23
/
+62
*
Move transaction thread-safety test to transactions_test. Check that simulta...
Jeremy Kemper
2005-09-30
2
-47
/
+79
*
Use transactional fixtures by default for AR tests. Set ENV['AR_NO_TX_FIXTUR...
Jeremy Kemper
2005-09-30
1
-11
/
+6
*
Require topic model rather than assume another test has already.
Jeremy Kemper
2005-09-30
1
-0
/
+1
*
Disable transactional fixtures for ar_schema_test and schema_test_postgresql
Jeremy Kemper
2005-09-30
2
-2
/
+5
*
Fix broken testcase for transactions
Nicholas Seckar
2005-09-29
1
-1
/
+1
*
Clean up and extend test coverage for validates_numericality_of
Jeremy Kemper
2005-09-29
1
-37
/
+60
*
Fix transactions so that calling return while inside a transaction will not l...
Nicholas Seckar
2005-09-28
1
-1
/
+32
*
Add failing test that shows that AR::Migration.remove_column fails silently w...
Marcel Molina
2005-09-28
1
-3
/
+17
*
r3657@asus: jeremy | 2005-09-28 00:32:33 -0700
Jeremy Kemper
2005-09-28
1
-1
/
+3
*
r3653@asus: jeremy | 2005-09-28 00:23:49 -0700
Jeremy Kemper
2005-09-28
2
-12
/
+69
*
Returning false in before_destroy should cancel action. Closes #1829.
Scott Barron
2005-09-28
1
-0
/
+37
*
Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...
Jeremy Kemper
2005-09-27
2
-16
/
+23
*
Fix serialization problem with YAML in 1.8.3
Scott Barron
2005-09-27
1
-3
/
+3
*
r3603@asus: jeremy | 2005-09-26 19:10:00 -0700
Jeremy Kemper
2005-09-26
1
-5
/
+10
*
Make migrations honor table name prefixes and suffixes.
Marcel Molina
2005-09-26
1
-2
/
+53
*
r3591@asus: jeremy | 2005-09-26 17:01:30 -0700
Jeremy Kemper
2005-09-26
1
-43
/
+22
*
r3589@asus: jeremy | 2005-09-26 16:58:40 -0700
Jeremy Kemper
2005-09-26
2
-0
/
+0
*
Include the orders table in *.drop.sql
Jeremy Kemper
2005-09-26
6
-0
/
+7
*
Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...
Jamis Buck
2005-09-25
2
-2
/
+25
*
Use assignment instead of call
David Heinemeier Hansson
2005-09-25
1
-6
/
+6
*
Added new symbol-driven approach to activating observers with Base#observer [...
David Heinemeier Hansson
2005-09-25
1
-2
/
+2
*
Wrap :conditions in parentheses to prevent problems with OR's #1871
Jamis Buck
2005-09-24
4
-9
/
+35
*
Added AbstractAdapter#select_value and AbstractAdapter#select_values as conve...
David Heinemeier Hansson
2005-09-24
1
-0
/
+13
*
Make sqlite adapter pass all tests
Jamis Buck
2005-09-23
1
-0
/
+2
*
Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...
Jamis Buck
2005-09-23
4
-0
/
+92
*
Fixed that the create_x method from belongs_to wouldn't save the association ...
David Heinemeier Hansson
2005-09-20
1
-0
/
+3
*
Fixed saving a record with two unsaved belongs_to associations pointing to th...
Jamis Buck
2005-09-20
1
-0
/
+45
*
Fixed that Observers didn't observe sub-classes #627 [Florian Weber]
David Heinemeier Hansson
2005-09-19
1
-0
/
+8
*
Fix eager loading error messages, allow :include to specify tables using stri...
Nicholas Seckar
2005-09-18
1
-0
/
+10
*
Fixed various problems with has_and_belongs_to_many when using customer finde...
David Heinemeier Hansson
2005-09-13
2
-0
/
+14
*
Rolled back broken #1814
David Heinemeier Hansson
2005-09-11
1
-14
/
+0
*
Added better exception error when unknown column types are used with migratio...
David Heinemeier Hansson
2005-09-11
1
-0
/
+14
*
Fix tests
David Heinemeier Hansson
2005-09-11
1
-19
/
+16
*
Fix fixture problem for pgsql
David Heinemeier Hansson
2005-09-11
1
-2
/
+2
*
Fixed comparison of Active Record objects so two new objects are not equal #2...
David Heinemeier Hansson
2005-09-09
1
-0
/
+4
*
Fixed that the SQL Server adapter would sometimes return DBI::Timestamp objec...
David Heinemeier Hansson
2005-09-09
1
-4
/
+4
[next]