aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* let automatic EXPLAIN ignore CACHE notificationsXavier Noria2012-02-032-1/+52
|
* Merge pull request #4905 from herimedia/to-infinity-and-beyondAaron Patterson2012-02-062-2/+20
|\ | | | | Infinity should be a valid validates_length_of maximum
| * To infinity… and beyond!Niels Ganser2012-02-062-2/+20
| | | | | | | | | | | | | | Allow infinite values for validates_length_of. Particularly useful for prettily defining an open ended range such as validates_length_of :human_stupidity, :within => 0..Float::INFINITY
* | Merge pull request #4910 from ↵Aaron Patterson2012-02-061-1/+1
|\ \ | | | | | | | | | | | | sskirby/fixes_regression_in_postgres_template_support prevents the database.yml template option from being passed to PGConn
| * | prevents the database.yml template option from being passed to PGConnSean Kirby2012-02-061-1/+1
|/ /
* | Merge pull request #4908 from kennyj/fix_3864José Valim2012-02-062-1/+34
|\ \ | |/ |/| Fix url_for method's behavior. GH #3684.
| * Fix url_for method's behavior when it is called with :controller option ↵kennyj2012-02-072-1/+34
|/ | | | | | which starts with "/" from multiple nested controller. Closes #3864
* Merge pull request #4900 from lest/patch-1José Valim2012-02-051-0/+2
|\ | | | | allow mass-assign version attribute in AR::SchemaMigration
| * allow mass-assign version attribute in AR::SchemaMigrationSergey Nartimov2012-02-061-0/+2
| |
* | Note the ways #match may be calledJeremy Kemper2012-02-051-0/+3
| |
* | Revert "Deprecated multi args to http route methods"Jeremy Kemper2012-02-052-13/+1
|/ | | | | | | | | | Too painful to lose the compact shorthand form! This reverts commit e848c52535fa0f9488cdbdb3f1cedc7c7c02d643. Conflicts: actionpack/lib/action_dispatch/routing/mapper.rb
* Get ActiveRecord::TestCase back on its feet, despite deprecation. It ↵Jeremy Kemper2012-02-053-92/+68
| | | | requires SQLCounter which was moved to AR internal tests only.
* Merge pull request #4893 from bcardarella/mark_for_highlightJosé Valim2012-02-053-16/+19
|\ | | | | Highlight defaults to HTML5 `mark` element
| * Highlight defaults to HTML5 `mark` elementBrian Cardarella2012-02-053-16/+19
| |
* | Merge pull request #4881 from al2o3cr/compatible_json_errorsJeremy Kemper2012-02-053-6/+83
|\ \ | |/ |/| Make ActiveResource error parsing interoperate with ActionController. Closes #4881.
| * add handling for backwards-compatibility and update documentationMatt Jones2012-02-043-4/+67
| |
| * Merge remote-tracking branch 'odorcicd/fix_activeresource_json_errors' into ↵Matt Jones2012-02-042-4/+18
| |\ | | | | | | | | | compatible_json_errors
| | * Fix ActiveResource JSON error parser and incorrect testsDenis Odorcic2011-09-162-4/+18
| | |
* | | Merge pull request #4892 from bkzl/masterJosé Valim2012-02-052-12/+14
|\ \ \ | | | | | | | | Display annotations from .coffee files in `rake notes`
| * | | Display annotations from .coffee files in `rake notes`Bartlomiej Kozal2012-02-052-12/+14
|/ / /
* | | Merge pull request #4891 from kennyj/fix_4883Santiago Pastorino2012-02-052-3/+4
|\ \ \ | | | | | | | | [master] Optional start_day argument for Time#all_week.
| * | | Optional start_day argument for Time#all_week.kennyj2012-02-062-3/+4
|/ / / | | | | | | | | | Closes #4883
* | | Merge pull request #4888 from kennyj/fix_2982José Valim2012-02-052-1/+7
|\ \ \ | | | | | | | | Add a testcase for non english filename. Related to #2982.
| * | | Add testcase for non english filename. Related to #2982.kennyj2012-02-052-1/+7
| | | |
* | | | Merge pull request #4886 from bogdan/callbacks_cleanupJosé Valim2012-02-051-17/+13
|\ \ \ \ | |/ / / |/| | | AS::Callbacks: remove unused code
| * | | AS::Callbacks: remove unused codeBogdan Gusiev2012-02-051-17/+13
|/ / /
* | | Merge pull request #4875 from sikachu/master-asset-urlJosé Valim2012-02-056-2/+203
|\ \ \ | | | | | | | | Add *_url helpers to get the full assets URL
| * | | Add *_url helpers to get the full assets URLPrem Sichanugrist2012-02-046-2/+203
|/ / / | | | | | | | | | | | | | | | | | | Adds `image_url`, `javascript_url`, `stylesheet_url`, `audio_url`, `video_url`, and `font_url` to assets tag helper. These URL helpers will return the full path to your assets. This is useful when you are going to reference this asset from external host.
* | | Clean up a bit default_response handling and cache format negotiation.José Valim2012-02-042-19/+17
| | |
* | | Merge pull request #4869 from sikachu/master-responder-fixJosé Valim2012-02-044-8/+60
|\ \ \ | | | | | | | | Fix override API response bug in respond_with
| * | | Fix override API response bug in respond_withPrem Sichanugrist2012-02-034-8/+60
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Default responder was only using the given respond block when user requested for HTML format, or JSON/XML format with valid resource. This fix the responder so that it will use the given block regardless of the validity of the resource. Note that in this case you'll have to check for object's validity by yourself in the controller. Fixes #4796
* | | Merge pull request #4879 from kennyj/fix_4873José Valim2012-02-042-2/+9
|\ \ \ | | | | | | | | Fix GH #4873. Allow swapping same class middleware.
| * | | Fix GH #4873. Allow swapping middleware of same classkennyj2012-02-042-2/+9
|/ / /
* | | remove unasserted line in testVijay Dev2012-02-041-1/+0
| | |
* | | make the ONLY env variable used in guides generation work with kindle guidesVijay Dev2012-02-041-1/+1
| | |
* | | Merge pull request #4877 from bogdan/drop_per_keyJosé Valim2012-02-044-49/+46
|\ \ \ | | | | | | | | AS::Callbacks: rip out per_key option.
| * | | AS::Callbacks: rip out per_key option.Bogdan Gusiev2012-02-044-49/+46
| | | |
* | | | mention how to generate guides for the Kindle [ci skip]Vijay Dev2012-02-041-2/+14
| | | |
* | | | document config.active_record.dependent_restrict_raises in the configuring ↵Vijay Dev2012-02-041-0/+2
|/ / / | | | | | | | | | guide [ci skip]
* | | Merge pull request #4866 from bogdan/terminate_after_callbacksJosé Valim2012-02-045-7/+12
|\ \ \ | |/ / |/| | AS::Callbacks#define_callbacks: add :terminate_after_callbacks option
| * | AS::Callbacks: :skip_after_callbacks_if_terminated optionBogdan Gusiev2012-02-035-7/+12
| | |
* | | Merge pull request #4865 from bogdan/deprecate_per_keyJosé Valim2012-02-032-8/+6
|\ \ \ | | | | | | | | AC::Callbacks: remove usage of :per_key option from filters
| * | | AC::Callbacks: remove usage of :per_key option from filtersBogdan Gusiev2012-02-032-8/+6
| |/ /
* | | Merge pull request #4863 from norman/unicodeVijay Dev2012-02-031-0/+2
|\ \ \ | | | | | | | | Added note about new Unicode version.
| * | | Added note about new Unicode version.Norman Clarke2012-02-031-0/+2
| | | |
* | | | Merge pull request #4862 from norman/unicodeJosé Valim2012-02-033-1/+1
|\| | | | | | | | | | | Update Unicode database to recently-released 6.1.
| * | | Update Unicode database to recently-released 6.1.Norman Clarke2012-02-033-1/+1
| | | | | | | | | | | | | | | | http://www.geek.com/articles/geek-pick/unicode-6-1-released-complete-with-emoji-characters-and-a-pile-of-poo-2012022/
* | | | Merge pull request #4861 from arunagw/verbose_test_outputJosé Valim2012-02-036-0/+6
|\ \ \ \ | |/ / / |/| | | Verbose output for tests.
| * | | Verbose output for tests.Arun Agrawal2012-02-036-0/+6
|/ / / | | | | | | | | | | | | See #3892
* | | Merge pull request #4860 from carlosantoniodasilva/generators-hide-namespaceJosé Valim2012-02-034-1/+25
|\ \ \ | |/ / |/| | Add convenience method to hide a generator from the available ones