aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000...David Heinemeier Hansson2005-09-093-0/+5
* Fixed that the SQL Server adapter would sometimes return DBI::Timestamp objec...David Heinemeier Hansson2005-09-093-4/+7
* Make the test_find_all_by_one_attribute and test_find_all_by_one_attribute_wi...David Heinemeier Hansson2005-09-091-1/+1
* Refactored away all the legacy validate_options calls and replaced them with ...David Heinemeier Hansson2005-09-096-31/+38
* Make assert_valid_keys slightly more lenientDavid Heinemeier Hansson2005-09-092-2/+4
* Fix docs #2136 [coffee2code]David Heinemeier Hansson2005-09-091-5/+5
* Allow link_to_remote to use any DOM-element as the parent of the form element...David Heinemeier Hansson2005-09-092-0/+16
* Added the instance methods #root and #ancestors on acts_as_tree and fixed sib...David Heinemeier Hansson2005-09-094-13/+69
* Added documentation for overwrite_params #2146 [Michael Shuerig]David Heinemeier Hansson2005-09-092-2/+10
* Fixed that render :partial would fail when :object was a Hash (due to backwar...David Heinemeier Hansson2005-09-096-3/+18
* Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [...David Heinemeier Hansson2005-09-093-1/+7
* Fixed that onclick would be overridden even when special features werent usedDavid Heinemeier Hansson2005-09-082-0/+6
* Added documentation for #1904David Heinemeier Hansson2005-09-081-0/+15
* Fixed all AssetHelper methods to work with relative paths, such that javascri...David Heinemeier Hansson2005-09-083-1/+4
* Fixed a broken testDavid Heinemeier Hansson2005-09-081-1/+1
* An explicit include ClassInheritableAttributes is no longer needed #1948 [Cal...David Heinemeier Hansson2005-09-083-6/+0
* Fixed that Active Record would call SHOW FIELDS twice (or more) for the same ...David Heinemeier Hansson2005-09-082-2/+4
* Avoid extending view instance with helper modules each request. Closes #1979Nicholas Seckar2005-09-083-18/+18
* Performance improvements to CGI methods. Closes #1980Nicholas Seckar2005-09-083-9/+15
* Use this.href, not unexisting urlDavid Heinemeier Hansson2005-09-072-2/+2
* Added :post option to UrlHelper#link_to that makes it possible to do POST req...David Heinemeier Hansson2005-09-073-21/+61
* Symbolize the keys of overwritten parameters. Really closes #1909.Nicholas Seckar2005-09-071-1/+1
* Fix overwrite params. Closes #1909Nicholas Seckar2005-09-063-0/+16
* Give AR the new benchmark method tooDavid Heinemeier Hansson2005-09-061-5/+8
* Fix fragment benchmark calls and limit timings to 5 decimalsDavid Heinemeier Hansson2005-09-063-6/+6
* Only do benchmarking if log level matches and log cachingDavid Heinemeier Hansson2005-09-062-20/+31
* Added use_silence parameter to ActiveRecord::Base.benchmark that can be passe...David Heinemeier Hansson2005-09-064-7/+41
* Dont encode the default subject for the test cases since they are within the ...David Heinemeier Hansson2005-09-061-1/+1
* Make the default stats task extendable by modifying the STATS_DIRECTORIES con...Jamis Buck2005-09-052-9/+13
* Allow the selected environment to define RAILS_DEFAULT_LOGGER, and have Rails...Jamis Buck2005-09-052-1/+6
* Updated vendor copy of html-scanner to support better xml parsingJamis Buck2005-09-053-3/+6
* Fix vendor require paths to prevent files being required twiceJamis Buck2005-09-053-3/+5
* Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com]David Heinemeier Hansson2005-09-043-3/+54
* Get rid of that silly lockDavid Heinemeier Hansson2005-09-041-1/+1
* Silence logger initializationDavid Heinemeier Hansson2005-09-033-3/+7
* Updated the options_for_select to deal with the fact that Strings now impleme...David Heinemeier Hansson2005-09-031-1/+1
* Fix mocks dirDavid Heinemeier Hansson2005-09-031-1/+1
* Fix the spot looking for migrationsDavid Heinemeier Hansson2005-09-031-1/+1
* Fix the spot looking for migrationsDavid Heinemeier Hansson2005-09-031-1/+1
* Talk about whats missingDavid Heinemeier Hansson2005-09-031-0/+4
* Also configure template view pathDavid Heinemeier Hansson2005-09-031-0/+21
* Proper clean rakefileDavid Heinemeier Hansson2005-09-031-1/+1
* Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...David Heinemeier Hansson2005-09-0313-311/+396
* You will never sleep again!David Heinemeier Hansson2005-09-031-1/+1
* Added note about how pre-packaged error functionality can be easier to recrea...David Heinemeier Hansson2005-09-031-0/+4
* Fixed the scaffold generator to fail right away if the database isn't accessi...David Heinemeier Hansson2005-09-032-24/+26
* Added String#at, String#from, String#to, String#first, String#last in ActiveS...David Heinemeier Hansson2005-09-036-68/+229
* Use chop! instead of chop! for efficiencyJamis Buck2005-09-021-1/+1
* Drop trailing \000 if present on RAW_POST_DATA (works around bug in Safari Aj...Jamis Buck2005-09-022-1/+5
* Make sure the schema_info table is created before querying the current versio...Jamis Buck2005-09-022-0/+3