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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move require_library_or_gem out of AR's abstract_adapter and into ActiveSuppo...
Marcel Molina
2005-10-08
1
-23
/
+0
*
Don't tell me about defined reader methods, even at debug level.
Jeremy Kemper
2005-10-07
1
-1
/
+0
*
Add option (true by default) to generate reader methods for each attribute of...
Marcel Molina
2005-10-07
7
-59
/
+152
*
Add convenience predicate methods on Column class. In partial fullfilment of ...
Marcel Molina
2005-10-06
4
-8
/
+34
*
Raise an exception when invalid options are passed to ActiveRecord::Base.find...
Marcel Molina
2005-10-06
4
-3
/
+15
*
sqlite topics.approved should default to true like the other dbs
Jeremy Kemper
2005-10-06
1
-1
/
+1
*
Remove straggling symbolize_strings_in_hash from [2427].
Jeremy Kemper
2005-10-06
2
-2
/
+2
*
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
5
-1
/
+39
*
Allow in memory sqlite DBs when RAILS_ROOT is defined [blair@orcaware.com]
Michael Koziarski
2005-10-06
1
-2
/
+4
*
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
7
-12
/
+21
*
Added :force option to create_table that'll try to drop the table if it alrea...
David Heinemeier Hansson
2005-10-06
3
-0
/
+8
*
Schema dumper should emit ":default => false" if the default for a column is ...
Jamis Buck
2005-10-05
1
-2
/
+2
*
Forced newer versions of RedCloth to use hard breaks [DHH]
David Heinemeier Hansson
2005-10-02
1
-2
/
+4
*
Association validation does not belong in a before_save callback: move it int...
Jeremy Kemper
2005-10-02
5
-67
/
+109
*
Get rid of old symbolize_strings_in_hash.
Jeremy Kemper
2005-09-30
3
-18
/
+9
*
Ticket #2282 - fix parsing of timestamps with time zone
Jeremy Kemper
2005-09-30
1
-1
/
+3
*
No need to string.to_s right after checking that string.is_a?(String)
Jeremy Kemper
2005-09-30
1
-3
/
+3
*
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
2
-7
/
+11
*
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
3
-5
/
+41
*
Make schema definition column lookups agnostic w/r/t/ whether a key or symbol...
Marcel Molina
2005-09-28
1
-2
/
+2
*
Add failing test that shows that AR::Migration.remove_column fails silently w...
Marcel Molina
2005-09-28
1
-3
/
+17
*
Ticket #2156 - Use foreign_key inflection uniformly
Jeremy Kemper
2005-09-28
2
-2
/
+4
*
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
5
-14
/
+81
*
Returning false in before_destroy should cancel action. Closes #1829.
Scott Barron
2005-09-28
3
-2
/
+41
*
Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...
Jeremy Kemper
2005-09-27
4
-17
/
+26
*
Update change log for #2250.
Jeremy Kemper
2005-09-27
1
-0
/
+2
*
Add extensive documentation to the ActiveRecord::AbstractAdapter. #2250
Marcel Molina
2005-09-27
6
-38
/
+210
*
Oops, swapped order of params to COALESCE! Upcoming patch has test cases.
Jeremy Kemper
2005-09-27
1
-1
/
+1
*
r3632@asus: jeremy | 2005-09-27 12:18:49 -0700
Jeremy Kemper
2005-09-27
1
-1
/
+1
*
Fix serialization problem with YAML in 1.8.3
Scott Barron
2005-09-27
2
-17
/
+4
*
r3613@asus: jeremy | 2005-09-26 22:25:04 -0700
Jeremy Kemper
2005-09-27
2
-2
/
+4
*
r3605@asus: jeremy | 2005-09-26 19:10:50 -0700
Jeremy Kemper
2005-09-26
1
-0
/
+2
*
r3604@asus: jeremy | 2005-09-26 19:10:42 -0700
Jeremy Kemper
2005-09-26
1
-20
/
+29
*
r3603@asus: jeremy | 2005-09-26 19:10:00 -0700
Jeremy Kemper
2005-09-26
1
-5
/
+10
*
Make update_attribute use the same writer method that update_attributes uses.
Marcel Molina
2005-09-26
3
-2
/
+5
*
Make migrations honor table name prefixes and suffixes.
Marcel Molina
2005-09-26
4
-7
/
+71
*
r3597@asus: jeremy | 2005-09-26 17:39:23 -0700
Jeremy Kemper
2005-09-26
1
-5
/
+5
*
r3592@asus: jeremy | 2005-09-26 17:01:47 -0700
Jeremy Kemper
2005-09-26
1
-0
/
+2
*
r3591@asus: jeremy | 2005-09-26 17:01:30 -0700
Jeremy Kemper
2005-09-26
1
-43
/
+22
*
r3590@asus: jeremy | 2005-09-26 17:00:53 -0700
Jeremy Kemper
2005-09-26
1
-7
/
+43
*
r3589@asus: jeremy | 2005-09-26 16:58:40 -0700
Jeremy Kemper
2005-09-26
2
-0
/
+0
*
r3569@asus: jeremy | 2005-09-26 05:33:09 -0700
Jeremy Kemper
2005-09-26
2
-6
/
+8
[next]