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
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Changed the callbacks such that observers are notified before the in-object c...
David Heinemeier Hansson
2005-05-02
1
-0
/
+2
*
Added option for passing an array to the find_all version of the dynamic find...
David Heinemeier Hansson
2005-05-02
1
-0
/
+5
*
Added compatibility with camelCase column names for dynamic finders #533 [Dee...
David Heinemeier Hansson
2005-04-30
1
-0
/
+2
*
Fixed extraneous comma in count() function that made it not work with joins #...
David Heinemeier Hansson
2005-04-30
1
-0
/
+2
*
Fixed incompatibility with Base#find with an array of ids that would fail whe...
David Heinemeier Hansson
2005-04-30
1
-0
/
+2
*
Fixed that validate_length_of lost :on option when :within was specified #119...
David Heinemeier Hansson
2005-04-30
1
-0
/
+2
*
Added encoding and min_messages options for PostgreSQL #1205 [shugo]
David Heinemeier Hansson
2005-04-30
1
-0
/
+11
*
Fixed acts_as_list where deleting an item that was removed from the list woul...
David Heinemeier Hansson
2005-04-25
1
-0
/
+2
*
Added validates_exclusion_of as a negative of validates_inclusion_of
David Heinemeier Hansson
2005-04-24
1
-0
/
+7
*
Fixed frivilous database queries being triggered with eager loading on empty ...
David Heinemeier Hansson
2005-04-19
1
-0
/
+2
*
Fixed order of loading in eager associations
David Heinemeier Hansson
2005-04-19
1
-1
/
+3
*
Fixed stray comma when using eager loading and ordering together from has_man...
David Heinemeier Hansson
2005-04-19
1
-0
/
+5
*
Fixed documentation and prepared for release of 0.12
David Heinemeier Hansson
2005-04-18
1
-10
/
+10
*
Added Base.save! that attempts to save the record just like Base.save but wil...
David Heinemeier Hansson
2005-04-18
1
-0
/
+2
*
Added documentation for new Base.find API and eager association loading
David Heinemeier Hansson
2005-04-18
1
-0
/
+22
*
Fixed PostgreSQL usage of fixtures with regards to public schemas and table n...
David Heinemeier Hansson
2005-04-18
1
-0
/
+2
*
Fixed that fixtures were being deleted in the same order as inserts causing F...
David Heinemeier Hansson
2005-04-18
1
-0
/
+2
*
Changed habtm eager loading to also use joins
David Heinemeier Hansson
2005-04-18
1
-0
/
+2
*
Made the dynamic finders use the new find API and updated the examples here a...
David Heinemeier Hansson
2005-04-17
1
-0
/
+2
*
Fixes a problem with the SQL Adapter which was resulting in IDENTITY_INSERT n...
David Heinemeier Hansson
2005-04-17
1
-0
/
+2
*
Added the option to specify the acceptance string in validates_acceptance_of ...
David Heinemeier Hansson
2005-04-17
1
-0
/
+2
*
Added acts_as_nested_set #1000 [wschenk]
David Heinemeier Hansson
2005-04-17
1
-0
/
+7
*
Added insert_at(position) to acts_as_list #1083 [DeLynnB]
David Heinemeier Hansson
2005-04-17
1
-0
/
+2
*
Removed the default order by id on has_and_belongs_to_many queries as it coul...
David Heinemeier Hansson
2005-04-13
1
-0
/
+2
*
Fixed that Base.silence should restore the old logger level when done, not ju...
David Heinemeier Hansson
2005-04-13
1
-0
/
+2
*
Fixed boolean saving on Oracle #1093 [mparrish@pearware.org]
David Heinemeier Hansson
2005-04-13
1
-0
/
+2
*
Moved build_association and create_association for has_one and belongs_to out...
David Heinemeier Hansson
2005-04-12
1
-0
/
+2
*
Added rollbacks of transactions if they're active as the dispatcher is killed...
David Heinemeier Hansson
2005-04-10
1
-0
/
+2
*
Added quoting of column names for fixtures #997 [jcfischer@gmail.com]
David Heinemeier Hansson
2005-04-07
1
-0
/
+2
*
Fixed counter_sql when no records exist in database for PostgreSQL (would giv...
David Heinemeier Hansson
2005-04-07
1
-0
/
+2
*
Fixed that benchmarking times for rendering included db runtimes #987 [skaes@...
David Heinemeier Hansson
2005-04-02
1
-0
/
+2
*
Fixed boolean queries for t/f fields in PostgreSQL #995 [dave@cherryville.org]
David Heinemeier Hansson
2005-04-02
1
-0
/
+2
*
Added that model.items.delete(child) will delete the child, not just set the ...
David Heinemeier Hansson
2005-04-02
1
-0
/
+2
*
Fixed auto-stamping of dates (created_on/updated_on) for PostgreSQL #985 [dav...
David Heinemeier Hansson
2005-04-02
1
-0
/
+2
*
Fixed Base.silence/benchmark to only log if a logger has been configured #986...
David Heinemeier Hansson
2005-04-02
1
-0
/
+2
*
Added a join parameter as the third argument to Base.find_first and as the se...
David Heinemeier Hansson
2005-04-02
1
-1
/
+1
*
Added a join parameter as the third argument to Base.find_first #426 [skaes@w...
David Heinemeier Hansson
2005-03-31
1
-0
/
+2
*
Fixed bug in Base#hash method that would treat records with the same string-b...
David Heinemeier Hansson
2005-03-30
1
-0
/
+2
*
Renamed DateHelper#distance_of_time_in_words_to_now to DateHelper#time_ago_in...
David Heinemeier Hansson
2005-03-30
1
-0
/
+5
*
Made ready for the release of 0.11.1
David Heinemeier Hansson
2005-03-27
1
-1
/
+3
*
Fixed that MissingSourceFile's wasn't properly detected in production mode #9...
David Heinemeier Hansson
2005-03-25
1
-0
/
+2
*
Fixed that :counter_cache option would look for a line_items_count column for...
David Heinemeier Hansson
2005-03-23
1
-0
/
+2
*
Fixed that AR exists?() would explode on postgresql if the passed id did not ...
David Heinemeier Hansson
2005-03-23
1
-0
/
+2
*
Fixed the MS SQL adapter to work with the new limit/offset approach and with ...
David Heinemeier Hansson
2005-03-23
1
-0
/
+5
*
Updated more documentation
David Heinemeier Hansson
2005-03-22
1
-1
/
+1
*
Added adapter independent limit clause as a two-element array with the first ...
David Heinemeier Hansson
2005-03-20
1
-0
/
+7
*
Added alias_method :to_param, :id to Base, such that Active Record objects to...
David Heinemeier Hansson
2005-03-20
1
-0
/
+2
*
Improved the performance of the OCI8 adapter for Oracle #723 [pilx/gjenkins]
David Heinemeier Hansson
2005-03-20
1
-0
/
+2
*
Added type conversion before saving a record, so string-based values like "10...
David Heinemeier Hansson
2005-03-20
1
-0
/
+2
*
Added with additional settings for working with transactional fixtures and pr...
David Heinemeier Hansson
2005-03-20
1
-0
/
+2
[prev]
[next]