Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | [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 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge pull request #16785 from cristianbica/fix-double-aj-deserialization-error | Matthew Draper | 2014-09-03 | 2 | -5/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix for double ActiveJob::DeserializationErorr | Cristian Bica | 2014-09-03 | 2 | -5/+10 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #16263 from zuhao/refactor_activerecord_serialized_attribu... | Yves Senn | 2014-09-03 | 0 | -0/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | 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 | Ryuta Kamizono | 2014-09-03 | 2 | -6/+3 | |
* | | | | | | | | 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 | Abdelkader Boudih | 2014-09-02 | 1 | -0/+1 | |
* | | | | | | | | | Merge pull request #16778 from yahonda/if_exists | Rafael Mendonça França | 2014-09-02 | 4 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Remove 'if exists' from drop table statement then use `table_exists?` | Yasuo Honda | 2014-09-03 | 4 | -6/+6 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Add a quick straw-man Incompatibilities section | Matthew Draper | 2014-09-03 | 1 | -0/+129 | |
* | | | | | | | | Merge pull request #16762 from eileencodes/refactor-add_constraints-complex-l... | Aaron Patterson | 2014-09-02 | 1 | -35/+52 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Break conditional branches into separate methods | eileencodes | 2014-09-01 | 1 | -35/+52 | |
* | | | | | | | | | Merge pull request #16774 from cirosantilli/erb-erubis2 | Zachary Scott | 2014-09-02 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Shorten ActionView::Base doc summary line. [ci skip] | Ciro Santilli | 2014-09-02 | 1 | -3/+4 | |
* | | | | | | | | | | Merge pull request #16773 from cirosantilli/erb-erubis | Zachary Scott | 2014-09-02 | 1 | -1/+2 | |
|\| | | | | | | | | | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Clarify Rails uses erubis not stdlin ERB. [ci skip] | Ciro Santilli | 2014-09-02 | 1 | -1/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #16772 from satoryu/master | Zachary Scott | 2014-09-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove '*' which doesn't work | Tatsuya Sato | 2014-09-03 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #16770 from arthurnn/add_string_strip_require | Rafael Mendonça França | 2014-09-02 | 3 | -1/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add and Remove string/strip require | Arthur Neves | 2014-09-02 | 3 | -1/+3 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #16724 from seuros/testcase | Rafael Mendonça França | 2014-09-02 | 10 | -16/+531 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ActiveJob] TestCase (Will squash before merge) | Abdelkader Boudih | 2014-09-02 | 5 | -31/+31 | |
| * | | | | | | | | [ActiveJob] TestCase | Abdelkader Boudih | 2014-09-02 | 8 | -365/+259 | |
| * | | | | | | | | [ActiveJob] TestCase | Abdelkader Boudih | 2014-09-02 | 10 | -16/+637 | |
* | | | | | | | | | Leave all our tests as order_dependent! for now | Matthew Draper | 2014-09-02 | 7 | -0/+34 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #16672 from cristianbica/queue-classic-later | Yves Senn | 2014-09-02 | 3 | -14/+46 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ActiveJob: Implemented enqueue_at for QueueClassic | Cristian Bica | 2014-09-02 | 3 | -14/+46 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #16767 from y-yagi/fix_message_delivery_doc | Yves Senn | 2014-09-02 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | [ci skip] Fix a typo in the doc of MessageDelivery | yuuji.yaginuma | 2014-09-02 | 1 | -3/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #16450 from tgxworld/dont_swallow_error_when_identifying_c... | Yves Senn | 2014-09-02 | 5 | -5/+48 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use `safe_constantize`. | Guo Xiang Tan | 2014-09-02 | 4 | -5/+41 | |
* | | | | | | | | remove trailing whitespace. [ci skip] | Yves Senn | 2014-09-02 | 1 | -2/+2 | |
* | | | | | | | | MySQL: skip GTID-unsafe statement tests when enforce_gtid_consistency is enabled | Jeremy Kemper | 2014-09-01 | 3 | -23/+31 | |
* | | | | | | | | Move implementation to the gems | Rafael Mendonça França | 2014-09-01 | 2 | -22/+11 | |
* | | | | | | | | Add test to assert the right sanitizer vendor is being used | Rafael Mendonça França | 2014-09-01 | 2 | -1/+42 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Remove warning | Rafael Mendonça França | 2014-09-01 | 1 | -2/+2 | |
* | | | | | | | Try with web-console master | Rafael Mendonça França | 2014-09-01 | 1 | -1/+1 | |
* | | | | | | | Use jquery-rails master | Rafael Mendonça França | 2014-09-01 | 2 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #16704 from ankit1910/use-existing-method | Rafael Mendonça França | 2014-09-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ |