aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-0215-34/+34
* Make notifications go off even when an error is raised, so that we capture th...Justin George2010-05-022-5/+9
* Missing require added make pass activesupport/test/json/encoding_test.rb in i...Santiago Pastorino2010-05-021-0/+1
* Adding ability for the procs to be called within the instance, allows you to ...Mikel Lindsaar2010-05-022-2/+15
* Adding ability to pass proc's to the ActionMailer class default methodMikel Lindsaar2010-05-022-1/+23
* AR: fixed postgres fixture tests [#4519 state:resolved]Cezary Baginski2010-05-011-1/+1
* revises tests for Date.yesterday and Date.tomorrowXavier Noria2010-05-021-3/+3
* let Date.yesterday and Date.tomorrow be based on Date.current rather than Dat...Xavier Noria2010-05-021-2/+2
* say something about after_(commit|rollback) in callbacks.rb, the fact that th...Xavier Noria2010-05-021-1/+6
* edit pass in the transactions preamble rdocXavier Noria2010-05-021-24/+31
* AR: fixed postgres transaction tests [#4519 state:commited]Cezary Baginski2010-05-011-6/+2
* Speed up I18n helpers in views and add entry to CHANGELOG.José Valim2010-05-012-7/+5
* repair the activesupport message encryptor tests for me, do so in the same wa...Marius Nuennerich2010-05-011-0/+10
* Use %{} syntax in I18n (faster) instead of {{}}.José Valim2010-05-015-29/+29
* Merge commit 'rails/master'Xavier Noria2010-05-0181-865/+2027
|\
| * RouteSet does not raise ActionController::RoutingError when no routes match a...Carl Lerche2010-04-304-18/+35
| * Fix a bug in the generators from the previous commitCarl Lerche2010-04-301-1/+1
| * It would be nice to actually commit test fixturesCarlhuda2010-04-303-0/+16
| * Provide a mechanism for overriding the entire generator via a class that hand...Carlhuda2010-04-302-95/+181
| * Set up app generator class to make it easier to for alt-stacks to override ta...Carlhuda2010-04-302-104/+221
| * Merge remote branch 'technoweenie/http_token_authentication'Jeremy Kemper2010-04-304-0/+274
| |\
| | * add HTTP Token Authorization support to complement Basic and Digest Authoriza...rick2010-04-303-0/+272
| * | after_(commit|rollback) rdoc, edit passXavier Noria2010-04-301-5/+5
| * | guides index: punctuationXavier Noria2010-04-301-1/+1
| * | Add generators to the guides and break out an extensions sectionwycats2010-04-302-12/+24
| * | Merge branch 'master' of github.com:rails/railswycats2010-04-3091-1419/+3072
| |\|
| | * Depend on the I18n 0.4.0.beta.José Valim2010-04-301-1/+1
| | * Delegate Inflector.transliterate to i18n. [#4508 state:resolved]Norman Clarke2010-04-303-89/+101
| | * to_xml with :include should skip_instruct on the included records [#4506 stat...Lawrence Pit2010-04-303-2/+11
| | * removing the extra assignment statement [#4432 state:resolved]Neeraj Singh2010-04-301-1/+0
| | * test cases for record.to_xml [#458 state:resolved]Neeraj Singh2010-04-304-0/+28
| | * Updated the generators guide.José Valim2010-04-301-20/+14
| | * Update generators to use thor 0.13.6 with simpler source_root handling.José Valim2010-04-306-32/+30
| | * Reorganize the mailer generator a bit.José Valim2010-04-304-2/+2
| | * Update after_commit and after_rollback docs and tests to use new style API wi...Brian Durand2010-04-292-11/+6
| | * Move ActionMailer generator to AMCarlhuda2010-04-295-2/+7
| | * Update thor dependency to 0.13.5José Valim2010-04-292-2/+2
| | * Add after_commit and after_rollback callbacks to ActiveRecord that are called...Brian Durand2010-04-295-28/+466
| | * Fix docs typo: app.middlewares -> app.middlewareJeremy Kemper2010-04-291-1/+1
| | * Add missing deprecation requiresJeremy Kemper2010-04-293-0/+3
| | * making rake:migrate VERSION=0 a noop called in succession. [#2137 state:resol...Neeraj Singh2010-04-292-3/+26
| | * Fix form builder and form helpers inconsistencies [#4432 state:resolved]Neeraj Singh2010-04-293-64/+115
| | * ActiveRecord middlewares should be inserted before AD::Cascade [#4493 state:r...José Valim2010-04-293-11/+6
| | * warn user if options are given before application name [#3435 state:resolved]Ravinder Singh2010-04-292-0/+6
| | * ActionCachingTestController rescues from all exceptions. Making sure that all...Neeraj Singh2010-04-292-1/+32
| | * Move several configuration values from Hash to ActiveSupport::XmlMini, which ...José Valim2010-04-2913-336/+255
| | * Ops. Rename performance to profiler.José Valim2010-04-291-1/+1
| | * array.to_xml should be able to handle all types of data elements [#4490 state...Neeraj Singh2010-04-297-72/+84
| | * The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-2912-78/+90
| | * Fix eager loading of associations causing table name collisionsErnie Miller2010-04-284-49/+111