| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | | | Remove reference to non existing link in the welcome page. | djunzu | 2016-04-08 | 1 | -2/+1 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #24471 from swrobel/patch-1 | Rafael França | 2016-04-08 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Clarify fixtures examples [ci skip] | Stefan Wrobel | 2016-04-08 | 1 | -1/+2 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #24468 from RochesterinNYC/patch-2 | Rafael França | 2016-04-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Clarify description of `include_all_helpers` config setting's default behavio... | James Wen | 2016-04-08 | 1 | -1/+1 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #24467 from javiervidal/20160409 | Yves Senn | 2016-04-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Fix broken link in 'Ruby on Rails 3.1 Release Notes' [ci skip] | Javier Vidal | 2016-04-08 | 1 | -1/+1 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Use new hash syntax (#24464) | Jeroen Visser | 2016-04-08 | 2 | -4/+4 |
* | | | | | | | | | | | | | | Merge pull request #24465 from y-yagi/remove_needless_entry | Vipul A M | 2016-04-08 | 2 | -9/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | remove needless entry [ci skip] | yuuji.yaginuma | 2016-04-08 | 2 | -9/+0 |
* | | | | | | | | | | | | | | | Merge pull request #24461 from repinel/fix-etag-docs | Rafael França | 2016-04-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Fixes for the strong & weak ETags guide [ci skip] | Roque Pinel | 2016-04-07 | 1 | -1/+1 |
|/ / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Merge pull request #24458 from y-yagi/remove_blank_line_generated_in_appliati... | Rafael França | 2016-04-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | remove blank line generated in application_mailer.rb | yuuji.yaginuma | 2016-04-08 | 1 | -1/+1 |
| |/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Merge pull request #24335 from mabras/master | Rafael França | 2016-04-07 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / / / / / /
|/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | remove unused require | Mohamad Abras | 2016-03-29 | 1 | -2/+0 |
* | | | | | | | | | | | | | | | Merge pull request #24453 from PareshGupta/validation-error-typo | Vipul A M | 2016-04-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / / / / /
|/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | fix length validation error typo | PareshGupta | 2016-04-07 | 1 | -1/+1 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #24422 from matthewd/extinguish-executor-exceptions | Matthew Draper | 2016-04-07 | 5 | -31/+200 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Directly support stateful executor hooks | Matthew Draper | 2016-04-05 | 5 | -31/+200 |
* | | | | | | | | | | | | | | | Merge pull request #24399 from jch/protect-against-db-schema-load-in-production | Richard Schneeman | 2016-04-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Prevent db:schema:load to protected environments | Jerry Cheung | 2016-04-01 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | Merge pull request #24078 from kamipo/show_variables | Rafael França | 2016-04-06 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | Simply use `select_value` in `show_variable` | Ryuta Kamizono | 2016-03-06 | 1 | -2/+1 |
* | | | | | | | | | | | | | | | | | Merge pull request #24374 from kamipo/move_quoting_methods_to_quoting_module | Rafael França | 2016-04-06 | 4 | -44/+38 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | Make `QUOTED_TRUE` and `QUOTED_FALSE` to public because these are used in `My... | Ryuta Kamizono | 2016-04-06 | 2 | -6/+6 |
| * | | | | | | | | | | | | | | | | Move `quoted_date`, `quote_string` and `quote_table_name_for_assignment` meth... | Ryuta Kamizono | 2016-04-05 | 4 | -22/+16 |
| * | | | | | | | | | | | | | | | | Make to private `QUOTED_TRUE` and `QUOTED_FALSE` constants | Ryuta Kamizono | 2016-04-05 | 2 | -18/+18 |
* | | | | | | | | | | | | | | | | | Cable typo: isSupportedProtocol -> isProtocolSupported | Jeremy Daer | 2016-04-05 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | Revert "Merge pull request #24440 from yahonda/use_newer_version_of_sqlite3_a... | Rafael Mendonça França | 2016-04-06 | 1 | -5/+0 |
* | | | | | | | | | | | | | | | | | Merge pull request #24431 from vipulnsward/24119-followup | Rafael França | 2016-04-06 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | Add test case for interpolation with passing of data along with record attrib... | Vipul A M | 2016-04-05 | 1 | -0/+8 |
* | | | | | | | | | | | | | | | | | | Merge pull request #24444 from prathamesh-sonpatki/update-message-proc-docume... | Rafael França | 2016-04-06 | 2 | -4/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | Update example of passing a proc to `:message` option for validating records ... | Prathamesh Sonpatki | 2016-04-06 | 2 | -4/+10 |
* | | | | | | | | | | | | | | | | | | | Fix Active Model basics introduction to indicate it only introduces us to int... | Rafael França | 2016-04-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | Fix Active Model basics introduction to indicate it only introduces us to int... | Vipul A M | 2016-04-05 | 1 | -1/+1 |
| |/ / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | | Fix undefined method `owners' for NullPreloader:Class | Ladislav Smola | 2016-04-06 | 6 | -1/+32 |
* | | | | | | | | | | | | | | | | | | Merge pull request #24436 from arktisklada/matching-sendmail-default-arguments | Rafael França | 2016-04-06 | 3 | -2/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | Sendmail default arguments match Mail::SendMail | arktisklada | 2016-04-05 | 3 | -2/+8 |
| | |/ / / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | Merge pull request #24440 from yahonda/use_newer_version_of_sqlite3_at_travis_ci | Rafael França | 2016-04-06 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | Use SQLite3 3.7.15 which supports multiple values insert | Yasuo Honda | 2016-04-05 | 1 | -0/+5 |
* | | | | | | | | | | | | | | | | | | | Merge pull request #24433 from kamipo/avoid_unused_capture | Rafael França | 2016-04-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | | Avoid unused capture | Ryuta Kamizono | 2016-04-05 | 1 | -1/+1 |
| | |/ / / / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | | Merge pull request #24441 from harsimranmaan/patch-1 | Rafael França | 2016-04-05 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | Remove hard-coded backticks in SQL statements | Harsimran Singh Maan | 2016-04-05 | 1 | -3/+3 |
|/ / / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | | Merge pull request #24224 from danielrhodes/actioncable-websocket-protocols | Jeremy Daer | 2016-04-05 | 9 | -24/+93 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | Added protocol negotiation | Daniel Rhodes | 2016-04-05 | 8 | -24/+73 |
* | | | | | | | | | | | | | | | | | | | quick edits on the AC::API RDoc [ci skip] | Xavier Noria | 2016-04-05 | 1 | -19/+20 |
| |/ / / / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | Merge pull request #24419 from rgm/master | Eileen M. Uchitelle | 2016-04-05 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | it's => its typo | Ryan McCuaig | 2016-04-04 | 2 | -2/+2 |