aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Touched up wording on the new recommendation stuff for generate modelsDavid Heinemeier Hansson2004-12-232-7/+7
* Added protection for creating a model through the generators with a name of a...David Heinemeier Hansson2004-12-237-5/+71
* Ignore doc and pkg directoriesDavid Heinemeier Hansson2004-12-230-0/+0
* Releasing Rails 0.9.2David Heinemeier Hansson2004-12-226-47/+50
* Added scope option to validation_uniqueness #349 [Kent Sibilev]David Heinemeier Hansson2004-12-223-2/+28
* Added allow_nil options to validates_inclusion_of so that validation is only ...David Heinemeier Hansson2004-12-223-1/+17
* Added work-around for PostgreSQL and the problem of getting fixtures to be cr...David Heinemeier Hansson2004-12-222-0/+21
* Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi...David Heinemeier Hansson2004-12-224-5/+11
* You should redirect externally on the default actionDavid Heinemeier Hansson2004-12-221-1/+1
* Forgot to include the new session moduleDavid Heinemeier Hansson2004-12-221-0/+14
* Fixed mixin test and fixtures to work with postgresql #353 [Scott Baron]David Heinemeier Hansson2004-12-222-10/+14
* Added Base#clear_association_cache to empty all the cached associations #347 ...David Heinemeier Hansson2004-12-222-0/+9
* Added search through session to clear out association caches at the end of ea...David Heinemeier Hansson2004-12-222-0/+5
* Added more informative exception when using helper :some_helper and the helpe...David Heinemeier Hansson2004-12-223-3/+17
* Added more informative exceptions in establish_connection #356 [bitsweat]David Heinemeier Hansson2004-12-222-4/+5
* Fixed that options[:counter_sql] was overwritten with interpolated sql rather...David Heinemeier Hansson2004-12-222-1/+4
* Fixed that overriding an attribute's accessor would be disregarded by add_on_...David Heinemeier Hansson2004-12-222-4/+12
* Fixed CTRL-C exists from the Breakpointer to be a clean affair without error ...David Heinemeier Hansson2004-12-222-1/+8
* Fixed "rake stats" to work with sub-directories in models and controllers and...David Heinemeier Hansson2004-12-223-7/+42
* Fixed that Base.table_name would expect a parameter when used in has_and_belo...David Heinemeier Hansson2004-12-223-8/+5
* The dispatcher should reload the associations AFTER clearing the inheritable ...David Heinemeier Hansson2004-12-221-1/+1
* 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