aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* r1300@iwill: jeremy | 2005-06-13 18:31:29 -0700Jeremy Kemper2005-06-131-10/+4
* Added Errors#add_on_blank which works like Errors#add_on_empty, but uses Obje...David Heinemeier Hansson2005-05-211-1/+4
* Slight change to allow custom date/time conversions #1326 [Rick Olson]David Heinemeier Hansson2005-05-212-11/+13
* Fixed Dependencies so all modules are able to load missing constants #1173 [N...David Heinemeier Hansson2005-05-191-15/+15
* Fixed the Inflector to underscore strings containing numbers, so Area51Contro...David Heinemeier Hansson2005-05-191-1/+1
* Fixed that HashWithIndifferentAccess stringified all keys including symbols, ...David Heinemeier Hansson2005-05-191-1/+1
* Fixed Time#last_year to go back in time, not forward #1278 [fabien@odilat.com]David Heinemeier Hansson2005-05-191-3/+3
* Fixed the pluralization of analysis to analyses #1295 [seattle@rootimage.msu....David Heinemeier Hansson2005-05-191-0/+1
* Fixed that Time.local(2005,12).months_since(1) would raise "ArgumentError: ar...David Heinemeier Hansson2005-05-191-1/+2
* Improved the silence method on the logger to ensure restoring the old level #...David Heinemeier Hansson2005-05-021-6/+4
* Added silencing to the default Logger classDavid Heinemeier Hansson2005-05-021-0/+10
* Do document this...David Heinemeier Hansson2005-04-181-1/+1
* Fixed that in some circumstances controllers outside of modules may have hidd...David Heinemeier Hansson2005-04-101-6/+8
* Fixed inflection of perspectives and similar words #1045 [thijs@vandervossen....David Heinemeier Hansson2005-04-071-0/+1
* Added Fixnum#even? and Fixnum#odd?David Heinemeier Hansson2005-04-051-0/+5
* Added Fixnum#even? and Fixnum#odd?David Heinemeier Hansson2005-04-051-0/+20
* Fixed problem with classes being required twice. Object#const_missing now use...David Heinemeier Hansson2005-04-021-1/+1
* Fixed Inflector.pluralize to handle capitalized words #932 [bitsweat]David Heinemeier Hansson2005-03-261-27/+27
* Fixed that MissingSourceFile's wasn't properly detected in production mode #9...David Heinemeier Hansson2005-03-251-1/+5
* Improved error reporting especially around never shallowing exceptions. Debug...David Heinemeier Hansson2005-03-231-0/+34
* Improved error reporting especially around never shallowing exceptions. Debug...David Heinemeier Hansson2005-03-232-4/+14
* Added pagination support through both a controller and helper add-on #817 [Sa...David Heinemeier Hansson2005-03-201-0/+17
* Fixed Hash#indifferent_access to also deal with include? and fetch and nested...David Heinemeier Hansson2005-03-071-1/+29
* Added Object#blank? -- see http://redhanded.hobix.com/inspect/objectBlank.htm...David Heinemeier Hansson2005-03-061-0/+10
* Added inflection rules for "sh" words, like "wish" and "fish" #755 [phillip@p...David Heinemeier Hansson2005-03-061-1/+3
* Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move...David Heinemeier Hansson2005-03-061-0/+4
* Fixed an exception when using Ajax based requests from Safari because Safari ...David Heinemeier Hansson2005-03-031-4/+4
* Added String#to_time and String#to_date for wrapping ParseDateDavid Heinemeier Hansson2005-03-022-0/+21
* Fix request.path_info and clear up LoadingModule behavior #754 [Nicholas Seckar]David Heinemeier Hansson2005-03-011-8/+15
* Made TimeZone even more delicious #709David Heinemeier Hansson2005-02-241-9/+28
* Documentation stuffDavid Heinemeier Hansson2005-02-243-10/+11
* Added year-based time calculationsDavid Heinemeier Hansson2005-02-241-1/+28
* Fixed TimeZone issues in action-pack and active-support #704David Heinemeier Hansson2005-02-231-1/+7
* Moved TimeZone to Active SupportDavid Heinemeier Hansson2005-02-232-0/+157
* Fixed path problemDavid Heinemeier Hansson2005-02-221-1/+1
* Added Date::Conversions for getting dates in different convenient string repr...David Heinemeier Hansson2005-02-213-2/+41
* Added Time::Conversions for getting times in different convenient string repr...David Heinemeier Hansson2005-02-212-0/+34
* Make it possible to say Time.now.in(1.year)David Heinemeier Hansson2005-02-211-1/+2
* Added last_month and next_monthDavid Heinemeier Hansson2005-02-211-0/+10
* Added next_week and made beginning_of_week be a Monday, not a SundayDavid Heinemeier Hansson2005-02-211-3/+9
* Treat UTC times nicerDavid Heinemeier Hansson2005-02-211-20/+8
* Added Time::Calculations to ask for things like Time.now.tomorrow, Time.now.y...David Heinemeier Hansson2005-02-212-0/+106
* Upgraded to breakpoint 92David Heinemeier Hansson2005-02-201-518/+523
* Blame controller files #684David Heinemeier Hansson2005-02-201-4/+10
* Updated dependency loading to consider non-standard class/file name combinationsDavid Heinemeier Hansson2005-02-201-4/+21
* Allows a loading module to load from multiple load paths #675David Heinemeier Hansson2005-02-201-39/+69
* Gives Rescues some Love #680David Heinemeier Hansson2005-02-201-2/+33
* Move Controllers wrapper module away from environment.rb and into dependencie...David Heinemeier Hansson2005-02-151-0/+29
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-1519-0/+0
* Fixed all the testsDavid Heinemeier Hansson2005-02-151-1/+1