| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Locale file changed to yaml | Iain Hecker | 2008-08-20 | 1 | -1/+1 |
* | | switch to using I18n.load_translations instead of requiring plain ruby files | Sven Fuchs | 2008-08-13 | 1 | -2/+2 |
|/ |
|
* | Extract ActiveSupport::TypedArray class to ensure an array is all of the same... | Joshua Peek | 2008-07-22 | 1 | -0/+1 |
* | merge forward to current rails/master | Sven Fuchs | 2008-07-16 | 1 | -0/+1 |
|\ |
|
| * | Added Memoizable mixin for caching simple lazy loaded attributes | Joshua Peek | 2008-07-14 | 1 | -0/+1 |
* | | Renamed lang/ to locale/ because that's what we seem to | Sven Fuchs | 2008-06-21 | 1 | -1/+1 |
* | | Changed process of storing translations from the | Sven Fuchs | 2008-06-21 | 1 | -1/+4 |
* | | add lang file for active_support | Sven Fuchs | 2008-06-19 | 1 | -0/+1 |
|/ |
|
* | Renamed StringQuestioneer to StringInquirer. | Joshua Peek | 2008-06-04 | 1 | -1/+1 |
* | Wrapped Rails.env in StringQuestioneer so you can do Rails.env.development? [... | David Heinemeier Hansson | 2008-06-03 | 1 | -0/+2 |
* | Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS... | Joshua Peek | 2008-06-03 | 1 | -0/+4 |
* | Create a seperate file for ActiveSupport::OrderedHash. | Joshua Peek | 2008-05-14 | 1 | -0/+1 |
* | Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a Tim... | Geoff Buesing | 2008-01-23 | 1 | -0/+2 |
* | Extract ActiveSupport::Callbacks from Active Record, test case setup and tear... | Jeremy Kemper | 2008-01-19 | 1 | -0/+1 |
* | * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos... | Jeremy Kemper | 2008-01-05 | 1 | -3/+0 |
* | Moved the caching stores from ActionController::Caching::Fragments::* to Acti... | David Heinemeier Hansson | 2008-01-03 | 1 | -0/+3 |
* | Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas... | Jeremy Kemper | 2007-12-18 | 1 | -0/+2 |
* | Introduce TestCase subclasses for testing rails applications allowing tests t... | Michael Koziarski | 2007-10-26 | 1 | -0/+2 |
* | Rebundle Builder 2.1.2 but prefer a newer RubyGem if available. | Jeremy Kemper | 2007-10-10 | 1 | -11/+1 |
* | Builder unbundle message directs to Bulk updating Gem source index for: http:... | Jeremy Kemper | 2007-10-08 | 1 | -0/+7 |
* | String#to_xs uses the fast_xs extension if available for Builder speedup. | Jeremy Kemper | 2007-10-07 | 1 | -0/+2 |
* | Introduce BasicObject as Builder::BlankSlate for Ruby 1.9 forward compatibility. | Jeremy Kemper | 2007-10-07 | 1 | -1/+1 |
* | Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit with... | David Heinemeier Hansson | 2007-09-25 | 1 | -0/+3 |
* | Deprecation: removed Reloadable. | Jeremy Kemper | 2007-09-14 | 1 | -1/+0 |
* | Added assert_difference and assert_no_difference to test/unit assertions | Tobias Lütke | 2007-05-01 | 1 | -0/+1 |
* | Make 1.months and friends accurate by introducing a Duration class. #6835 [e... | Michael Koziarski | 2007-01-15 | 1 | -0/+1 |
* | Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with... | Michael Koziarski | 2006-10-03 | 1 | -0/+2 |
* | Eliminate Active Support warnings. | Jeremy Kemper | 2006-08-29 | 1 | -1/+1 |
* | Initial Version of Deprecation for Rails[Koz] | Michael Koziarski | 2006-07-27 | 1 | -0/+1 |
* | move vendor inside lib so that rake freeze_edge works | Rick Olson | 2006-03-08 | 1 | -1/+1 |
* | Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f... | David Heinemeier Hansson | 2006-03-08 | 1 | -1/+4 |
* | Added reusable reloading support through the inclusion of the Relodable modul... | David Heinemeier Hansson | 2006-01-29 | 1 | -2/+1 |
* | Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSO... | Sam Stephenson | 2005-12-27 | 1 | -1/+3 |
* | Add Object#with_options for DRYing up multiple calls to methods having shared... | Sam Stephenson | 2005-12-15 | 1 | -0/+1 |
* | Include OrderedOptions by default | David Heinemeier Hansson | 2005-09-30 | 1 | -0/+2 |
* | Added Kernel#silence_warnings and puts it into use throughout the framework | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+0 |
* | Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move... | David Heinemeier Hansson | 2005-03-06 | 1 | -0/+4 |
* | Moved TimeZone to Active Support | David Heinemeier Hansson | 2005-02-23 | 1 | -0/+2 |
* | Move Controllers wrapper module away from environment.rb and into dependencie... | David Heinemeier Hansson | 2005-02-15 | 1 | -0/+29 |