Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #16799 from rramsden/fix-typo | Yves Senn | 2014-09-04 | 1 | -1/+1 |
|\ | | | | | [ci skip] Fix typo in rails guide for routing | ||||
| * | [ci skip] Fix typo in rails guide for routing | Richard Ramsden | 2014-09-04 | 1 | -1/+1 |
| | | |||||
* | | Enums shouldn't ruin people's anniversaries | Godfrey Chan | 2014-09-04 | 3 | -4/+8 |
| | | | | | | | | | | | | | | | | Added a few more methods on Module/Class to the dangerous class methods blacklist. (Technically, allocate and new are already protected currently because we happen to redefine them in the current implantation.) Closes #16792 | ||||
* | | build fix, we have to reset the RACK_ENV as well. | Yves Senn | 2014-09-04 | 1 | -2/+5 |
| | | | | | | | | | | This is a follow-up to ded17a4 to get the build passing on Travis. As Travis has `ENV["RACK_ENV"]` set to `test` we need to reset that as well. | ||||
* | | get rid of shadowing warning when running tests AR and railtie tests. | Yves Senn | 2014-09-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Warning looked like this: ``` /Users/senny/Projects/rails/activerecord/lib/active_record/associations/association_scope.rb:142: warning: shadowing outer local variable - reflection ``` | ||||
* | | code gardening in ActionController::Renderers | Xavier Noria | 2014-09-04 | 1 | -7/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Renames _handle_render_options to _render_to_body_with_renderer, which is more intention-revealing. * The name of the dynamically generated method for a renderer with key :js was "_render_option_js". That name is too weak. :js is an option if you see the render argument as just a generic options hash, but in the context of renderers that's the renderer key, is what identifies the renderer. Now "_render_with_renderer_js" is generated instead, which is crystal clear. * The name of the dynamically generated method for the renderer was constructed using string literals in a few places. That is now encapsulated in a method. * Since we were on it, also removed a couple of redundant selfs. | ||||
* | | Extract data/aria attribute prefixes to a constant | Rafael Mendonça França | 2014-09-03 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #16796 from ARIATeam/aria | Rafael Mendonça França | 2014-09-03 | 3 | -4/+23 |
|\ \ | | | | | | | Add support for ARIA attributes in tags | ||||
| * | | Add support for ARIA attributes in tags | PaoMar | 2014-09-03 | 3 | -4/+23 |
|/ / | |||||
* | | Merge pull request #16795 from Peeja/methods-are-not-duplicable | Rafael Mendonça França | 2014-09-03 | 3 | -1/+16 |
|\ \ | | | | | | | Methods are not duplicable. | ||||
| * | | Methods are not duplicable. | Peter Jaros | 2014-09-03 | 3 | -1/+16 |
| | | | |||||
* | | | Merge pull request #16787 from cristianbica/fix-globalid-deserialization | Matthew Draper | 2014-09-04 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | [Active Job] Try to deserialize with GlobalID only strings and globalids | ||||
| * | | | [Active Job] Try to deserialize with GlobalID only strings and globalids | Cristian Bica | 2014-09-03 | 1 | -1/+3 |
| | | | | |||||
* | | | | Merge pull request #16775 from kaspth/ship-secure-sanitizer | Rafael Mendonça França | 2014-09-03 | 6 | -53/+8 |
|\ \ \ \ | |_|/ / |/| | | | Ship with rails-html-sanitizer instead. | ||||
| * | | | Ship with rails-html-sanitizer instead. | Kasper Timm Hansen | 2014-09-03 | 6 | -53/+8 |
| | | | | |||||
* | | | | Merge pull request #16756 from huoxito/dont-mess-railties-default-order | Rafael Mendonça França | 2014-09-03 | 2 | -8/+45 |
|\ \ \ \ | | | | | | | | | | | Dont mess with default order engines load (4.1.6.rc1 regression) | ||||
| * | | | | Dont mess with default order engines load | Washington Luiz | 2014-09-02 | 2 | -8/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When copying migrations some engines might depend on schema from other engine so we can't blindly reverse all railties collection as that would affect the order they were originally loaded. This patch helps to only apply the order from engines specified in `railties_order` | ||||
* | | | | | extract updating all fixture cache to a method so we can lock later | Aaron Patterson | 2014-09-03 | 1 | -1/+5 |
| | | | | | |||||
* | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-09-03 | 6 | -17/+247 |
|\ \ \ \ \ | |||||
| * | | | | | copy edit AS core ext changes [ci skip] | Vijay Dev | 2014-09-03 | 1 | -10/+9 |
| | | | | | | |||||
| * | | | | | Update caching_with_rails.md [ci skip] | Harshad Sabne | 2014-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Highlight methods | ||||
| * | | | | | Highlight Class/Module [ci skip] | Harshad Sabne | 2014-08-31 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | [ci skip] docs grammar | schneems | 2014-08-26 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | [ci skip] proper end to sentence | schneems | 2014-08-26 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | [ci skip] use NOTE instead of Note | schneems | 2014-08-26 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fix typo in ActiveJob guide [ci skip] | प्रथमेश | 2014-08-26 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | [ci skip] fix grammar in docs | schneems | 2014-08-24 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | [ci skip] docs can URL cache invalidation | schneems | 2014-08-24 | 1 | -0/+24 |
| | | | | | | |||||
| * | | | | | [ci skip] docs CDN Cache-Control behavior | schneems | 2014-08-24 | 1 | -0/+24 |
| | | | | | | |||||
| * | | | | | [ci skip] docs CDN header debugging | schneems | 2014-08-24 | 1 | -0/+48 |
| | | | | | | |||||
| * | | | | | [ci skip] docs CDN caching behavior | schneems | 2014-08-24 | 1 | -0/+17 |
| | | | | | | |||||
| * | | | | | [ci skip] docs asset_pipeline CDN set up | schneems | 2014-08-24 | 1 | -1/+63 |
| | | | | | | |||||
| * | | | | | [ci skip] docs asset_pipeline#CDNs | schneems | 2014-08-24 | 1 | -13/+21 |
| | | | | | | |||||
| * | | | | | [ci skip] wrap to 80 chars | schneems | 2014-08-24 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | code quotes for classname | Mikhail Dieterle | 2014-08-24 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | [ci skip] document truncate_words | Rashmi Yadav | 2014-08-24 | 1 | -0/+33 |
| | | | | | | |||||
| * | | | | | [ci skip ]Document transform_values && transform_values! | Rashmi Yadav | 2014-08-23 | 1 | -0/+14 |
| | | | | | | |||||
| * | | | | | recount files quantity | Mikhail Dieterle | 2014-08-23 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | schema loading rake tasks maintain database connection for current env. | Yves Senn | 2014-09-03 | 4 | -0/+36 |
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Joshua Cody & Yves Senn] Closes #16757. Prior to this patch schema loading rake tasks had the potential to leak a connection to a different database. This had side-effects when rake tasks operating on the current connection (like `db:seed`) were chained. | ||||
* | | | | | Merge pull request #16785 from cristianbica/fix-double-aj-deserialization-error | Matthew Draper | 2014-09-03 | 2 | -5/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix for double ActiveJob::DeserializationErorr | ||||
| * | | | | | Fix for double ActiveJob::DeserializationErorr | Cristian Bica | 2014-09-03 | 2 | -5/+10 |
|/ / / / / | |||||
* | | | | | Merge pull request #16263 from ↵ | Yves Senn | 2014-09-03 | 0 | -0/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | zuhao/refactor_activerecord_serialized_attribute_test reset_column_infomation shouldn't be part of the assertion. | ||||
| * | | | | | reset_column_infomation shouldn't be part of the assertion. | Zuhao Wan | 2014-07-23 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #16780 from viditn91/use-correct-operators-in-query | Yves Senn | 2014-09-03 | 1 | -1/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | use correct operator in query based on JSON document [ci skip] | ||||
| * | | | | | | use correct operator in query based on JSON document | viditn91 | 2014-09-03 | 1 | -1/+2 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #16781 from kamipo/move_column_option_handling | Yves Senn | 2014-09-03 | 2 | -6/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Move column option handling to new_column_definition | ||||
| * | | | | | | Move column option handling to new_column_definition | Ryuta Kamizono | 2014-09-03 | 2 | -6/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TableDefinition#column is not called from `add_column`. Use TableDefinition#new_column_definition for column option handling. | ||||
* | | | | | | | Reset ActiveRecord::SchemaDumper.ignore_tables value after changed in tests | Akira Matsuda | 2014-09-03 | 2 | -26/+21 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #16777 from seuros/testcase | Matthew Draper | 2014-09-03 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix failing tests in ActiveJob Adapter | ||||
| * | | | | | | | Fix failing tests in ActiveJob Adapter | Abdelkader Boudih | 2014-09-02 | 1 | -0/+1 |
| | | | | | | | |