aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed that nested transactions now work by letting the outer most transaction...David Heinemeier Hansson2004-12-224-18/+20
* Fixed validates_{confirmation,acceptance}_of to only happen when the virtual ...David Heinemeier Hansson2004-12-213-8/+26
* Added acts instead of mixinsDavid Heinemeier Hansson2004-12-211-2/+2
* Fixed regression with Base#reset_session that wouldn't use the the DEFAULT_SE...David Heinemeier Hansson2004-12-212-1/+3
* Fixed error rendering of rxml documents to not just swallow the exception and...David Heinemeier Hansson2004-12-212-8/+9
* Deal with associated classes that doesnt reside in their own filesDavid Heinemeier Hansson2004-12-201-1/+7
* Checked in the proper version of const_missingDavid Heinemeier Hansson2004-12-201-17/+17
* Forgot a "or" in InflectorDavid Heinemeier Hansson2004-12-201-1/+1
* Switched strategy on the id_before_type_cast problem and just did an explicit...David Heinemeier Hansson2004-12-201-1/+5
* Added a require_association hook on const_missing that makes it possible to u...David Heinemeier Hansson2004-12-204-3/+43
* Pulling attributes_from_column_definition should set the primary id to nil in...David Heinemeier Hansson2004-12-191-1/+1
* Scrap thatDavid Heinemeier Hansson2004-12-191-1/+0
* Dont define respond_to? lookups for primary keyDavid Heinemeier Hansson2004-12-191-0/+1
* FormHelper should only use *_before_type_cast if they available on the modelDavid Heinemeier Hansson2004-12-192-1/+6
* Changed the interface on AbstractAdapter to require that adapters return the ...David Heinemeier Hansson2004-12-198-14/+39
* Added that query benchmarking will only happen if its going to be logged anyw...David Heinemeier Hansson2004-12-192-1/+3
* Reworded a few doc things for better comprehension [dblack]David Heinemeier Hansson2004-12-191-3/+3
* Fixed small doc bug [dblack]David Heinemeier Hansson2004-12-191-1/+1
* Fixed that textilize and markdown would instantiate their engines even on emp...David Heinemeier Hansson2004-12-192-2/+4
* Added graceful handling of an inaccessible log file by redirecting output to ...David Heinemeier Hansson2004-12-193-3/+25
* Updated the documentation #329 [rainmkr]David Heinemeier Hansson2004-12-191-5/+5
* Added higher_item and lower_item as public methods for acts_as_list #342 [Tob...David Heinemeier Hansson2004-12-199-81/+200
* Added documentation for automatic layout inclusion #328 [Marcel]David Heinemeier Hansson2004-12-191-0/+9
* Added support for a -h/--help parameter in the generator #331 [Ulysses]David Heinemeier Hansson2004-12-192-0/+4
* Added breakpoints to stand-alone Active Record, so we can use them in tests f...David Heinemeier Hansson2004-12-192-0/+606
* Set a high default salary within the validation rangeDavid Heinemeier Hansson2004-12-195-5/+5
* Added Developer#salary for the type testsDavid Heinemeier Hansson2004-12-195-2/+5
* Added respondence to *_before_type_cast for all attributes to return their st...David Heinemeier Hansson2004-12-1911-22/+55
* Added Request#port_string to get something like ":8080" back on 8080 and "" o...David Heinemeier Hansson2004-12-184-7/+34
* Added Request#domain (returns string) and Request#subdomains (returns array).David Heinemeier Hansson2004-12-183-0/+42
* Fixed the automated timestamping feature when running under Rails' developmen...David Heinemeier Hansson2004-12-183-6/+20
* Added POST support for the breakpoint retries, so form processing that raises...David Heinemeier Hansson2004-12-182-1/+17
* Base#update_attribute isnt subject to validationDavid Heinemeier Hansson2004-12-182-4/+5
* Made Base#update_attributes actually workDavid Heinemeier Hansson2004-12-181-1/+1
* File.expand_path in config/environment.rb would fail when dealing with symlin...David Heinemeier Hansson2004-12-183-2/+7
* Added Base#update_attributes that'll accept a hash of attributes and save the...David Heinemeier Hansson2004-12-172-1/+18
* Added Base.destroy and Base.delete to remove records without holding a refere...David Heinemeier Hansson2004-12-173-7/+38
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@205 5ecf4fe2-1ee6-0...David Heinemeier Hansson2004-12-171-0/+1
* Tagged the 0.9.1 releaseDavid Heinemeier Hansson2004-12-171-2/+2
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@203 5ecf4fe2-1ee6-0...David Heinemeier Hansson2004-12-171-1/+1
* Upgraded to Action Pack 1.0.1 for important bug fix. Updated gem dependencies.David Heinemeier Hansson2004-12-173-4/+12
* Fixed a bug that would cause an ApplicationController to require itself three...David Heinemeier Hansson2004-12-173-5/+11
* Cut down on the documentation visibleDavid Heinemeier Hansson2004-12-161-11/+10
* Fixed a small bug in the new referencing of DEFAULT_SESSION_OPTIONSDavid Heinemeier Hansson2004-12-161-1/+1
* Rails 0.9 is a realityDavid Heinemeier Hansson2004-12-167-7/+7
* Made the last tweaks before 0.9David Heinemeier Hansson2004-12-167-66/+135
* Updated documentationDavid Heinemeier Hansson2004-12-162-1/+45
* Updated documentationDavid Heinemeier Hansson2004-12-161-21/+30
* Updated documentationDavid Heinemeier Hansson2004-12-1612-53/+80
* Updated and added more documentationDavid Heinemeier Hansson2004-12-165-69/+74