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
/
lib
/
active_record
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MySQL: speedup date/time parsing.
Jeremy Kemper
2007-10-07
2
-58
/
+94
*
Fix calling .clear on a has_many :dependent=>:delete_all association. [ta...
Michael Koziarski
2007-10-07
1
-1
/
+1
*
Allow change_column to set NOT NULL in the PostgreSQL adaptor. Closes #3904 [...
Michael Koziarski
2007-10-07
1
-17
/
+12
*
Send the correct INSERT statement when dealing with objects with only primary...
Michael Koziarski
2007-10-06
3
-6
/
+20
*
Only cache attributes which need it for performance reasons. Closes #9767 [sk...
Michael Koziarski
2007-10-06
1
-1
/
+24
*
Fix that ActiveRecord would create attribute methods and override custom attr...
Rick Olson
2007-10-06
2
-12
/
+13
*
Don't call attr_readonly on polymorphic belongs_to associations, in case it m...
Rick Olson
2007-10-05
1
-1
/
+1
*
Bump versions for 1.2.4 release.
Jeremy Kemper
2007-10-05
1
-1
/
+1
*
Hash#to_json takes :only or :except options to specific or omit certain hash ...
Jeremy Kemper
2007-10-04
1
-1
/
+1
*
Try loading activerecord-<adaptername>-adapter gem before trying a plain requ...
Jeremy Kemper
2007-10-04
1
-8
/
+3
*
only create custom accessors for Kernel:: methods
Tobias Lütke
2007-10-03
1
-11
/
+4
*
Allow column accessors to be created even if Kernel. or Object# methods of th...
Tobias Lütke
2007-10-03
1
-4
/
+15
*
Cache the descends_from_activerecord? call to speed up query generation. [ska...
Michael Koziarski
2007-10-03
1
-3
/
+8
*
Add attr_readonly to specify columns that are skipped during a normal ActiveR...
Rick Olson
2007-09-30
2
-4
/
+27
*
Make size for has_many :through use counter cache if it exists. Closes #9734...
Rick Olson
2007-09-30
1
-1
/
+11
*
Don't implicitly assign instance variables by using them as block arguments
Jeremy Kemper
2007-09-30
1
-1
/
+2
*
Remove DB2 adapter since IBM chooses to maintain their own adapter instead.
Jeremy Kemper
2007-09-29
1
-242
/
+0
*
Extract Oracle, SQLServer, and Sybase adapters into gems.
Jeremy Kemper
2007-09-29
3
-2007
/
+0
*
Ruby 1.9 compat for instance method check in Mysql adapter.
Jeremy Kemper
2007-09-29
1
-1
/
+2
*
Fixtures test fixes and general cleanup. Closes #9682 [norbert]
Jeremy Kemper
2007-09-28
1
-97
/
+91
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
10
-16
/
+16
*
MySQL: change_column raises if the table or column doesn't exist.
Jeremy Kemper
2007-09-28
1
-1
/
+5
*
Added :include option to to_json (closes #9677) [chuyeow]
David Heinemeier Hansson
2007-09-28
2
-62
/
+83
*
Added fixture caching thatll speed up a normal fixture-powered test suite bet...
David Heinemeier Hansson
2007-09-28
1
-15
/
+56
*
Correctly quote id list for limited eager loading. Closes #7482.
Jeremy Kemper
2007-09-22
1
-2
/
+4
*
self.fixture_class_names is defined twice in fixtures.rb (closes #7135) [jarkko]
David Heinemeier Hansson
2007-09-22
1
-3
/
+1
*
Removed unnecessary or statement (closes #7158) [richcollins]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Fixed that using version-targetted migrates would fail on loggers other than ...
David Heinemeier Hansson
2007-09-22
1
-1
/
+5
*
Docfix (closes #7593) [tarmo]
David Heinemeier Hansson
2007-09-22
1
-2
/
+2
*
Fixed rename_column for SQLite when using symbols for the column names (close...
David Heinemeier Hansson
2007-09-22
1
-2
/
+3
*
Docfix (closes #8767) [kampers]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Removed unused @join_sql reference (closes #9174) [danger]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Doc fix (closes #9323) [Henrik N]
David Heinemeier Hansson
2007-09-22
1
-2
/
+2
*
Added the possibility of using symbols in addition to concrete classes with A...
David Heinemeier Hansson
2007-09-22
1
-3
/
+5
*
Stress that you should really install the C-based MySQL library when running ...
David Heinemeier Hansson
2007-09-20
1
-0
/
+5
*
Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...
David Heinemeier Hansson
2007-09-20
4
-22
/
+87
*
Stop users from calling .create on a has_many / habtm association when the ow...
Michael Koziarski
2007-09-18
2
-3
/
+29
*
Define dynamic finders as real methods after first usage. Close #9317
Tobias Lütke
2007-09-18
1
-28
/
+31
*
Deprecation: remove deprecated threaded_connections methods. Use allow_concur...
Jeremy Kemper
2007-09-18
1
-10
/
+0
*
Associations macros accept extension blocks alongside modules. Closes #9346.
Jeremy Kemper
2007-09-17
1
-6
/
+6
*
Don't worry about retrieving the last inserted id. [tarmo_t]
Jeremy Kemper
2007-09-17
1
-1
/
+1
*
Ensure that custom mutators aren't redefined by define_attribute_methods. [Koz]
Michael Koziarski
2007-09-17
1
-3
/
+10
*
Speed up and simplify query caching.
Jeremy Kemper
2007-09-17
11
-175
/
+169
*
connection.select_rows 'sql' returns an array (rows) of arrays (field values)...
Jeremy Kemper
2007-09-16
6
-9
/
+79
*
Eager loading respects explicit :joins. Closes #9496.
Jeremy Kemper
2007-09-15
1
-1
/
+1
*
Extract Firebird, FronBase, and OpenBase adapters into gems. Closes #9508, #9...
Jeremy Kemper
2007-09-15
3
-2050
/
+0
*
RubyGem database adapters: expects a gem named activerecord-<database>-adapte...
Jeremy Kemper
2007-09-15
1
-3
/
+19
*
Fixed that altering join tables in migrations would fail w/ sqlite3 #7453 [Ti...
David Heinemeier Hansson
2007-09-15
1
-1
/
+2
*
Fix association writer with :dependent => :nullify. Closes #7314.
Jeremy Kemper
2007-09-14
1
-8
/
+11
*
Deprecation: removed Reloadable.
Jeremy Kemper
2007-09-14
2
-8
/
+2
[prev]
[next]