aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Sync 'rails/rails/master'Yehuda Katz2009-01-0511-29/+65
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Sync 'rails/rails/master'Yehuda Katz2009-01-043-1/+92
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Sync 'rails/rails/master'Yehuda Katz2009-01-0213-376/+287
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Only silence backtrace from plugin lib dirsJeremy Kemper2009-01-011-1/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Test that exceptions raised in filters are properly rescuedJeremy Kemper2009-01-012-4/+22
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix formatted_* deprecation messageJeremy Kemper2009-01-011-2/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Clean trailing / after rails root from backtracesJeremy Kemper2009-01-011-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix named scope tests for sqlite3 [#1667 state:resolved]Mike Gunderloy2009-01-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * | | | | | | | | | | | | | Add transaction check to SQLite2 adapter to fix ↵Mike Gunderloy2009-01-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test_sqlite_add_column_in_transaction_raises_statement_invalid [#1669 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * | | | | | | | | | | | | | Clean up view path cruft and split path implementations into Template::Path ↵Joshua Peek2009-01-0112-138/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and Template::EagerPath
| * | | | | | | | | | | | | | Fix failing gem dependency tests [#1659 state:resolved]Mike Gunderloy2009-01-011-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * | | | | | | | | | | | | | Fix FCGI dispatching testsMike Gunderloy2009-01-011-42/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * | | | | | | | | | | | | | Fixed incorrect parsing of query parameters with mixed-depth nesting inside ↵Mark Reginald James2009-01-012-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an array [#1622 state:resolved] Signed-off-by: Frederick Cheung <frederick.cheung@gmail.com>
| * | | | | | | | | | | | | | Fix to_sentence being used with options removed by 273c77Frederick Cheung2009-01-011-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix HasManyAssociation#create ignoring the :primary_key option [#1633 ↵Roman Shterenzon2009-01-012-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | state:resolved] Signed-off-by: Frederick Cheung <frederick.cheung@gmail.com>
| * | | | | | | | | | | | | | Fix :include of has_one with :primary_key optionFrederick Cheung2009-01-012-1/+17
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix :include of has_many associations with :primary_key optionFrederick Cheung2009-01-013-2/+19
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Don't construct object deprecation proxy if unneededJeremy Kemper2009-01-011-4/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | It was decided that Multibyte does not belong to as/mini.Michael S. Klishin2008-12-291-8/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Sync with rails/rails/masterMichael S. Klishin2008-12-298-87/+88
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Pull up some other changes from rails/rails/masterMichael S. Klishin2008-12-297-11/+476
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Sync i18n update from rails/rails/masterMichael S. Klishin2008-12-2816-71/+884
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Sync with rails/rails/master, merge two metaprogramming annotation effortsMichael S. Klishin2008-12-2834-285/+437
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Use active_support/mini instead of active_support/minimalisticMichael S. Klishin2008-12-281-15/+0
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Sync with wycats/rails/masterMichael S. Klishin2008-12-2816-179/+202
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Annotated metaprogramming code across ActiveSupportMichael S. Klishin2008-12-2820-246/+449
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Merge commit 'rails/master'Yehuda Katz2008-12-2612-31/+124
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'rails/master'Yehuda Katz2008-12-266-94/+402
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | Inline the only call site of Mime::Type#browser_generated?Michael S. Klishin2008-12-261-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael S. Klishin <michael@novemberain.com>
| | * | | | | | | | | | | | | | | | | | | | Initial work to merge several places with similar logicYehuda Katz2008-12-254-13/+23
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | active_support/minimalistic.rb => active_support/mini.rbMichael S. Klishin2008-12-281-0/+0
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Introduce minimalistic package for ActiveSupport.Michael S. Klishin2008-12-282-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To simplify using of ActiveSupport in 3rd party libraries, a simple way to require only minimum of commonly used extensions (multibyte, inflections, array and hash extensions, #blank?, and a few others) is needed. For exactly this reason some out-of-Rails-space libraries adopted Extlib, originally from DataMapper. To keep it 2067% backwards compatible, and still available to everyone even in 2.x releases, active_support/minimalistic.rb was added. Use it like this: gem 'active_support', '>=2.3' require 'active_support/minimalistic' instead of require 'activesupport' Right now this package with RubyGems uses about 10 megs of RAM (10.01 or so). It can be further slimmed down though, once we simplify multibyte implementation that right now uses advanced accessors from Module extensions. To compare RAM usage with previous ActiveSupport versions and Extlib, at the time of writing, see http://gist.github.com/40401.
* | | | | | | | | | | | | | | | | | | | | | Examples should be preceded with four equal signs.Johan Andersson2009-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | in 2.3 release notes, fix name of a rake taskXavier Noria2009-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Fix typo in release notesMike Gunderloy2009-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Fixed confusing wording in ActionCachePathKyle2009-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Fix typos in date helper rdoc (via Mike Breen)Mike Gunderloy2009-04-081-3/+3
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Fix grammar error in caching docs (via pblka)Mike Gunderloy2009-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Revert "Changes to indicate release notes refer to most recent point releases,"Mike Gunderloy2009-04-072-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rails numbering: 2.2.2 and 2.3.2 are the release versions, so original wording is fine. Release notes refer to the first *release* version, not the the earlier RC versions. This reverts commit 858dbeb4fde52494976e4aa55fb127181a078cd7.
* | | | | | | | | | | | | | | | | | | | | | Changes to indicate release notes refer to most recent point releases,Rick Moynihan2009-04-072-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not the initial release. It would be good to make this more explicit still. The motivation for the change was that ActiveRecords find_in_batches is documented to have been released in rails 2.3, but was actually only released in 2.3.2.
* | | | | | | | | | | | | | | | | | | | | | Starting work on Action View Overview guideTrevor Turk2009-04-051-0/+69
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Supply fullfile name to the generatorPratik Naik2009-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Namespace under RailsGuidesPratik Naik2009-04-051-23/+25
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | fixes spelling of "JavaScript" and link to the complex form examples appXavier Noria2009-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge commit 'mainstream/master'Pratik Naik2009-04-0417-314/+395
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Nicer name for anonymous local cache middleware classJoshua Peek2009-04-021-0/+5
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Additional template render test for backup files [#2367 state:resolved]Cezary Baginski2009-04-024-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
| * | | | | | | | | | | | | | | | | | | | | Show installed middleware in builtin rails info (/rails/info/properties) ↵Michael Schuerig2009-04-022-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [#2396 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com>
| * | | | | | | | | | | | | | | | | | | | | Enhance Time #since and #ago DST tests.Geoff Buesing2009-03-291-16/+57
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Time.local instances: Adding 24.hours across the DST boundary adds 24 hours ↵Michael Curtis2009-03-294-27/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of one day [#2066 state:resolved]