aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix observe_field to fall back to event-based observation if frequency <= 0 #...Jamis Buck2005-09-022-4/+7
* * Allow use of the :with option for submit_to_remote #1936 [jon@instance-desi...Jamis Buck2005-09-022-1/+3
* Fixtures ignore table name prefix and suffix #1987 [Jakob S]Jamis Buck2005-09-023-1/+43
* Add documentation for index_type argument to add_index method for migrations ...Jamis Buck2005-09-022-1/+3
* Corrected project-local generator location in scripts.rb #2010 [Michael Schue...Jamis Buck2005-09-022-1/+3
* AbstractRequest#domain returns nil when host is an ip address #2012 [kevin.cl...Jamis Buck2005-09-023-0/+7
* Fix documentation for mailer generatorDavid Heinemeier Hansson2005-09-021-3/+2
* Modify read_attribute to allow a symbol argument #2024 [Ken Kunz]Jamis Buck2005-09-023-2/+15
* ActionController documentation update #2051 [fbeausoleil@ftml.net]Jamis Buck2005-09-012-3/+7
* Yield @content_for_ variables to templates #2058 [Sam Stephenson]Jamis Buck2005-09-014-1/+16
* Make rendering an empty partial collection behave like :nothing => true #2080...Jamis Buck2005-09-013-1/+12
* Don't require the environment just to clear the logs #2093 [Scott Barron]Jamis Buck2005-09-012-1/+3
* * Don't add charset to content-type header for a part that contains subparts ...Jamis Buck2005-09-014-8/+23
* Preserve underscores when unquoting message bodies #1930Jamis Buck2005-09-014-5/+35
* Encode multibyte characters correctly #1894Jamis Buck2005-09-013-1/+60
* Make Time#last_month work when invoked on the 31st of a month.Jamis Buck2005-08-313-6/+20
* Add Time.days_in_month, and make Time#next_month work when invoked on the 31s...Jamis Buck2005-08-313-5/+54
* Make the default rakefile read *.rake files from config/tasks (for easy exten...Jamis Buck2005-08-314-1/+7
* More rails-switchtower decouplingJamis Buck2005-08-311-7/+0
* Only load breakpoint in development mode and when BREAKPOINT_SERVER_PORT is d...Nicholas Seckar2005-08-312-3/+12
* Add option to specify the singular name used by pagination. Closes #1960Nicholas Seckar2005-08-312-2/+7
* Use string key to set action_name for controllers. Closes #1968Nicholas Seckar2005-08-302-1/+3