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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
5
-24
/
+89
*
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
12
-175
/
+171
*
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
*
OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748.
Jeremy Kemper
2007-09-13
1
-119
/
+229
*
minor speedups + forward-compat syntax
Jeremy Kemper
2007-09-13
5
-19
/
+24
*
minor speedup
Jeremy Kemper
2007-09-13
1
-2
/
+2
*
Remove empty acts
Jeremy Kemper
2007-09-11
2
-0
/
+0
*
Moved acts_as_tree into a plugin of the same name on the official Rails svn (...
David Heinemeier Hansson
2007-09-11
2
-98
/
+0
*
Moved acts_as_nested_set into a plugin of the same name on the official Rails...
David Heinemeier Hansson
2007-09-11
2
-213
/
+0
*
Remove broken require
Michael Koziarski
2007-09-10
1
-1
/
+0
*
Remove acts_as_list. Users are advised to install the new plugin. Reference...
Michael Koziarski
2007-09-10
2
-254
/
+0
*
Remove the wrapping feature that was never actually turned into something rea...
David Heinemeier Hansson
2007-09-09
2
-73
/
+0
*
Update copyright span
David Heinemeier Hansson
2007-09-09
1
-1
/
+1
*
Match Fixnum and Float in particular. Rescue dup error and return result.
Jeremy Kemper
2007-09-08
1
-4
/
+5
*
Explicitly require active_record/query_cache before using it.
Jeremy Kemper
2007-09-08
2
-2
/
+1
*
Add :allow_blank to validations. Like allow_nil, but for values which are +bl...
Michael Koziarski
2007-09-05
1
-1
/
+8
*
Fix bug where unserializing an attribute attempts to modify a frozen @attribu...
Rick Olson
2007-09-04
1
-1
/
+1
*
Work around mysql limitations for defaults on text columns with not null. Cl...
Michael Koziarski
2007-09-04
1
-0
/
+1
*
Remove deprecated functionality from edge rails. Closes #9387 [lifofifo]
Michael Koziarski
2007-09-03
3
-162
/
+5
*
Ensure QueryCache doesn't try to dup numeric results (does not affect the maj...
Michael Koziarski
2007-09-02
1
-5
/
+6
*
Performance: absorb instantiate and initialize_with_callbacks into the Base m...
Jeremy Kemper
2007-08-31
2
-34
/
+15
*
Formatting, grammar and spelling fixes for the associations documentation. [s...
Michael Koziarski
2007-08-28
8
-226
/
+226
*
Fix documentation error in xml serialization. [matt] Closes #9001
Michael Koziarski
2007-08-28
1
-1
/
+1
*
Formatting and grammatical fixes for the acts_as_* documentation [seanhussey,...
Michael Koziarski
2007-08-28
3
-30
/
+30
*
Pass the right binding when string is passed to :if with validations. [casper...
Michael Koziarski
2007-08-28
1
-1
/
+1
*
Use extract_options instead of ad-hoc partial implementations. [norbert] Clos...
Michael Koziarski
2007-08-28
1
-11
/
+12
*
Remove unnecessary loop in validates_presence_of. [sur] Closes #9392
Michael Koziarski
2007-08-28
1
-7
/
+5
*
Make sure create! raises errors on validation when creating multiple records....
Michael Koziarski
2007-08-28
1
-1
/
+1
*
Fix spacing
David Heinemeier Hansson
2007-08-21
2
-2
/
+2
*
Fixed that eager loading queries and with_scope should respect the :group opt...
David Heinemeier Hansson
2007-08-21
2
-7
/
+16
*
Fixed that eager loading queries should respect the :group option as well [DHH]
David Heinemeier Hansson
2007-08-21
1
-0
/
+4
*
Improve performance and functionality of the postgresql adapter. Closes #804...
Michael Koziarski
2007-08-16
2
-179
/
+422
*
Don't clobber :includes passed to count on has_many association. Closes #9175...
Michael Koziarski
2007-08-16
1
-1
/
+1
*
Make sure has_many associations honour :include when counting. Closes #9167 [...
Michael Koziarski
2007-08-16
1
-1
/
+1
*
Change the implementation of ActiveRecord's attribute reader and writer methods:
Michael Koziarski
2007-08-14
3
-214
/
+239
[next]