Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding a comment for myself | Aaron Patterson | 2012-02-06 | 2 | -8/+9 |
| | |||||
* | delegate attribute typecasting to the column | Aaron Patterson | 2012-02-06 | 2 | -16/+17 |
| | |||||
* | pg supports real booleans, so handle the case when `true` is returned | Aaron Patterson | 2012-02-06 | 1 | -2/+5 |
| | |||||
* | let automatic EXPLAIN ignore CACHE notifications | Xavier Noria | 2012-02-03 | 2 | -1/+52 |
| | |||||
* | Merge pull request #4905 from herimedia/to-infinity-and-beyond | Aaron Patterson | 2012-02-06 | 2 | -2/+20 |
|\ | | | | | Infinity should be a valid validates_length_of maximum | ||||
| * | To infinity… and beyond! | Niels Ganser | 2012-02-06 | 2 | -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 Patterson | 2012-02-06 | 1 | -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 PGConn | Sean Kirby | 2012-02-06 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #4908 from kennyj/fix_3864 | José Valim | 2012-02-06 | 2 | -1/+34 |
|\ \ | |/ |/| | Fix url_for method's behavior. GH #3684. | ||||
| * | Fix url_for method's behavior when it is called with :controller option ↵ | kennyj | 2012-02-07 | 2 | -1/+34 |
|/ | | | | | | which starts with "/" from multiple nested controller. Closes #3864 | ||||
* | Merge pull request #4900 from lest/patch-1 | José Valim | 2012-02-05 | 1 | -0/+2 |
|\ | | | | | allow mass-assign version attribute in AR::SchemaMigration | ||||
| * | allow mass-assign version attribute in AR::SchemaMigration | Sergey Nartimov | 2012-02-06 | 1 | -0/+2 |
| | | |||||
* | | Note the ways #match may be called | Jeremy Kemper | 2012-02-05 | 1 | -0/+3 |
| | | |||||
* | | Revert "Deprecated multi args to http route methods" | Jeremy Kemper | 2012-02-05 | 2 | -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 Kemper | 2012-02-05 | 3 | -92/+68 |
| | | | | requires SQLCounter which was moved to AR internal tests only. | ||||
* | Merge pull request #4893 from bcardarella/mark_for_highlight | José Valim | 2012-02-05 | 3 | -16/+19 |
|\ | | | | | Highlight defaults to HTML5 `mark` element | ||||
| * | Highlight defaults to HTML5 `mark` element | Brian Cardarella | 2012-02-05 | 3 | -16/+19 |
| | | |||||
* | | Merge pull request #4881 from al2o3cr/compatible_json_errors | Jeremy Kemper | 2012-02-05 | 3 | -6/+83 |
|\ \ | |/ |/| | Make ActiveResource error parsing interoperate with ActionController. Closes #4881. | ||||
| * | add handling for backwards-compatibility and update documentation | Matt Jones | 2012-02-04 | 3 | -4/+67 |
| | | |||||
| * | Merge remote-tracking branch 'odorcicd/fix_activeresource_json_errors' into ↵ | Matt Jones | 2012-02-04 | 2 | -4/+18 |
| |\ | | | | | | | | | | compatible_json_errors | ||||
| | * | Fix ActiveResource JSON error parser and incorrect tests | Denis Odorcic | 2011-09-16 | 2 | -4/+18 |
| | | | |||||
* | | | Merge pull request #4892 from bkzl/master | José Valim | 2012-02-05 | 2 | -12/+14 |
|\ \ \ | | | | | | | | | Display annotations from .coffee files in `rake notes` | ||||
| * | | | Display annotations from .coffee files in `rake notes` | Bartlomiej Kozal | 2012-02-05 | 2 | -12/+14 |
|/ / / | |||||
* | | | Merge pull request #4891 from kennyj/fix_4883 | Santiago Pastorino | 2012-02-05 | 2 | -3/+4 |
|\ \ \ | | | | | | | | | [master] Optional start_day argument for Time#all_week. | ||||
| * | | | Optional start_day argument for Time#all_week. | kennyj | 2012-02-06 | 2 | -3/+4 |
|/ / / | | | | | | | | | | Closes #4883 | ||||
* | | | Merge pull request #4888 from kennyj/fix_2982 | José Valim | 2012-02-05 | 2 | -1/+7 |
|\ \ \ | | | | | | | | | Add a testcase for non english filename. Related to #2982. | ||||
| * | | | Add testcase for non english filename. Related to #2982. | kennyj | 2012-02-05 | 2 | -1/+7 |
| | | | | |||||
* | | | | Merge pull request #4886 from bogdan/callbacks_cleanup | José Valim | 2012-02-05 | 1 | -17/+13 |
|\ \ \ \ | |/ / / |/| | | | AS::Callbacks: remove unused code | ||||
| * | | | AS::Callbacks: remove unused code | Bogdan Gusiev | 2012-02-05 | 1 | -17/+13 |
|/ / / | |||||
* | | | Merge pull request #4875 from sikachu/master-asset-url | José Valim | 2012-02-05 | 6 | -2/+203 |
|\ \ \ | | | | | | | | | Add *_url helpers to get the full assets URL | ||||
| * | | | Add *_url helpers to get the full assets URL | Prem Sichanugrist | 2012-02-04 | 6 | -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é Valim | 2012-02-04 | 2 | -19/+17 |
| | | | |||||
* | | | Merge pull request #4869 from sikachu/master-responder-fix | José Valim | 2012-02-04 | 4 | -8/+60 |
|\ \ \ | | | | | | | | | Fix override API response bug in respond_with | ||||
| * | | | Fix override API response bug in respond_with | Prem Sichanugrist | 2012-02-03 | 4 | -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_4873 | José Valim | 2012-02-04 | 2 | -2/+9 |
|\ \ \ | | | | | | | | | Fix GH #4873. Allow swapping same class middleware. | ||||
| * | | | Fix GH #4873. Allow swapping middleware of same class | kennyj | 2012-02-04 | 2 | -2/+9 |
|/ / / | |||||
* | | | remove unasserted line in test | Vijay Dev | 2012-02-04 | 1 | -1/+0 |
| | | | |||||
* | | | make the ONLY env variable used in guides generation work with kindle guides | Vijay Dev | 2012-02-04 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #4877 from bogdan/drop_per_key | José Valim | 2012-02-04 | 4 | -49/+46 |
|\ \ \ | | | | | | | | | AS::Callbacks: rip out per_key option. | ||||
| * | | | AS::Callbacks: rip out per_key option. | Bogdan Gusiev | 2012-02-04 | 4 | -49/+46 |
| | | | | |||||
* | | | | mention how to generate guides for the Kindle [ci skip] | Vijay Dev | 2012-02-04 | 1 | -2/+14 |
| | | | | |||||
* | | | | document config.active_record.dependent_restrict_raises in the configuring ↵ | Vijay Dev | 2012-02-04 | 1 | -0/+2 |
|/ / / | | | | | | | | | | guide [ci skip] | ||||
* | | | Merge pull request #4866 from bogdan/terminate_after_callbacks | José Valim | 2012-02-04 | 5 | -7/+12 |
|\ \ \ | |/ / |/| | | AS::Callbacks#define_callbacks: add :terminate_after_callbacks option | ||||
| * | | AS::Callbacks: :skip_after_callbacks_if_terminated option | Bogdan Gusiev | 2012-02-03 | 5 | -7/+12 |
| | | | |||||
* | | | Merge pull request #4865 from bogdan/deprecate_per_key | José Valim | 2012-02-03 | 2 | -8/+6 |
|\ \ \ | | | | | | | | | AC::Callbacks: remove usage of :per_key option from filters | ||||
| * | | | AC::Callbacks: remove usage of :per_key option from filters | Bogdan Gusiev | 2012-02-03 | 2 | -8/+6 |
| |/ / | |||||
* | | | Merge pull request #4863 from norman/unicode | Vijay Dev | 2012-02-03 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Added note about new Unicode version. | ||||
| * | | | Added note about new Unicode version. | Norman Clarke | 2012-02-03 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge pull request #4862 from norman/unicode | José Valim | 2012-02-03 | 3 | -1/+1 |
|\| | | | | | | | | | | | Update Unicode database to recently-released 6.1. | ||||
| * | | | Update Unicode database to recently-released 6.1. | Norman Clarke | 2012-02-03 | 3 | -1/+1 |
| | | | | | | | | | | | | | | | | http://www.geek.com/articles/geek-pick/unicode-6-1-released-complete-with-emoji-characters-and-a-pile-of-poo-2012022/ |