Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Update association_basics.md | raq929 | 2015-11-01 | 1 | -2/+4 | |
* | | | | | | | [ci skip] ( ͡° ͜ʖ ͡°) ( ͡⊙ ͜ʖ ͡⊙) ( ͡◉ ͜ʖ ͡◉) javascrip... | Kasper Timm Hansen | 2015-11-05 | 1 | -1/+1 | |
* | | | | | | | [ci skip] Remove final mentions of `static_cache_control` in docs. | Kasper Timm Hansen | 2015-11-05 | 2 | -2/+6 | |
* | | | | | | | Merge pull request #22187 from kamipo/test_binary_data_is_not_logged_is_for_p... | Andrew White | 2015-11-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | `test_binary_data_is_not_logged` is for prepared statements logging | Ryuta Kamizono | 2015-11-05 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #22189 from kamipo/no_need_mysql_doubles_reset_column_info... | Yves Senn | 2015-11-05 | 2 | -24/+12 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | No need `MysqlDouble` and `MysqlDouble.reset_column_information` | Ryuta Kamizono | 2015-11-05 | 2 | -24/+12 | |
* | | | | | | | | | Merge pull request #22191 from jonatack/fix-static-cache-control-deprecation-... | Kasper Timm Hansen | 2015-11-05 | 1 | -3/+6 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix `static_cache_control` deprecation warning | Jon Atack | 2015-11-05 | 1 | -3/+6 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Require the count_down_latch | Rafael Mendonça França | 2015-11-05 | 1 | -2/+3 | |
* | | | | | | | | Merge pull request #22185 from jdantonio/cr-load-time | Rafael França | 2015-11-05 | 23 | -25/+27 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 23 | -25/+27 | |
* | | | | | | | | | Remove links to docrails | Rafael Mendonça França | 2015-11-05 | 1 | -2/+2 | |
* | | | | | | | | | Add bundle check to release task | Rafael Mendonça França | 2015-11-05 | 1 | -1/+5 | |
|/ / / / / / / / | ||||||
* | | | | | | | | tests, test should not care wether 9ms or 11ms have passed. | Yves Senn | 2015-11-04 | 1 | -1/+1 | |
* | | | | | | | | Replace `serve_static_files` mentions in docs. | Kasper Timm Hansen | 2015-11-04 | 4 | -6/+8 | |
* | | | | | | | | Replace `serve_static_files` in tests with `public_file_server.enabled`. | Kasper Timm Hansen | 2015-11-04 | 4 | -5/+5 | |
* | | | | | | | | tests, define `Rails.root` before loading Action Mailer. | Yves Senn | 2015-11-04 | 2 | -8/+8 | |
* | | | | | | | | Merge pull request #22173 from kaspth/enable-public-file-server | Kasper Timm Hansen | 2015-11-04 | 7 | -17/+84 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Move `static_cache_contorl` deprecation changelog entry to Railties. | Kasper Timm Hansen | 2015-11-04 | 2 | -5/+22 | |
| * | | | | | | | | Add enabled flag to the public file server. | Kasper Timm Hansen | 2015-11-03 | 6 | -12/+62 | |
* | | | | | | | | | Merge pull request #22182 from seanlinsley/patch-1 | Rafael França | 2015-11-04 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | document `try!` in ActiveSupport core ext guide | Sean Linsley | 2015-11-04 | 1 | -0/+7 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #22180 from usertesting/arbitrary-url-in-link-to-back | Rafael França | 2015-11-04 | 3 | -2/+33 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Don’t allow arbitrary data in back urls | Damien Burke | 2015-11-03 | 3 | -2/+33 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | formatting pass over Active Record changelog. [ci skip] | Yves Senn | 2015-11-04 | 1 | -18/+20 | |
* | | | | | | | | | Merge pull request #22174 from metaskills/defsetup | Yves Senn | 2015-11-04 | 3 | -7/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update docs/comments to use setup/teardown blocks vs. methods. | Ken Collins | 2015-11-04 | 1 | -1/+0 | |
| * | | | | | | | | | Update docs/comments to use setup/teardown blocks vs. methods. | Ken Collins | 2015-11-03 | 3 | -6/+6 | |
| |/ / / / / / / / | ||||||
* | / / / / / / / | Remove incorrect comments | Andrew White | 2015-11-04 | 1 | -4/+0 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Fix spelling error [ci skip] | Andrew White | 2015-11-04 | 1 | -1/+1 | |
* | | | | | | | | don't start a new process for every test file | Aaron Patterson | 2015-11-03 | 1 | -8/+21 | |
* | | | | | | | | Fix deprecation message when frame doesn't have absolute_path | Rafael Mendonça França | 2015-11-03 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Add tests to make sure mail_to work with nil and SafeBuffer | Rafael Mendonça França | 2015-11-03 | 1 | -0/+14 | |
* | | | | | | | Merge pull request #18774 from yuki24/deprecate-original-exception-infavor-of... | Jeremy Daer | 2015-11-03 | 30 | -90/+179 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Deprecate exception#original_exception in favor of exception#cause | Yuki Nishijima | 2015-11-03 | 30 | -90/+179 | |
* | | | | | | | | Merge pull request #22164 from yui-knk/test_float_limits | Andrew White | 2015-11-03 | 2 | -12/+48 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add test_float_limits to mysql2 | yui-knk | 2015-11-03 | 2 | -12/+48 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #22162 from Gaurav2728/added_instruction_for_rack_cors | Andrew White | 2015-11-03 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | added missing instructions for `rack-cors` | Gaurav Sharma | 2015-11-03 | 1 | -2/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | remove present? call; we do not need it | Aaron Patterson | 2015-11-02 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #21841 from yui-knk/fix_migration_status | Andrew White | 2015-11-02 | 4 | -7/+80 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Make `db:migrate:status` to render `1_some.rb` format migrate files. | yui-knk | 2015-11-02 | 4 | -7/+80 | |
* | | | | | | | | Merge pull request #22156 from yui-knk/fix_test_mysql | Andrew White | 2015-11-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix test_database_created_by_root of mysql | yui-knk | 2015-11-02 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #22142 from r11runner/query-guide-first-last-default-scope | Yves Senn | 2015-11-02 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | [ci skip] querying guide methods first and last: mentioning the influence of ... | r11runner | 2015-10-31 | 1 | -0/+4 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #22152 from y-yagi/remove_sass-cache_from_gitignore | Andrew White | 2015-11-02 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | remove unnecessary `.sass-cache` from plugin's gitignore template | yuuji.yaginuma | 2015-11-02 | 1 | -1/+0 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #22133 from yui-knk/sanitize_sql_for_order | Andrew White | 2015-11-02 | 5 | -5/+30 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | |