aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix behavior of JSON encoding for Exceptionnamusyaka2016-04-093-0/+15
* Merge pull request #24165 from y-yagi/generate_application_job_when_not_existEileen M. Uchitelle2016-04-094-0/+39
|\
| * generate ApplicationJob if it does not already existyuuji.yaginuma2016-03-254-0/+39
* | Merge pull request #24475 from jeremy/ar/mariadb-supports-datetime-precisionJeremy Daer2016-04-086-24/+56
|\ \
| * | Support microsecond datetime precision on MariaDB 5.3+.Jeremy Daer2016-04-086-24/+56
|/ /
* | Merge pull request #24457 from jeremy/mailer/dont-deliver-later-after-message...Jeremy Daer2016-04-083-2/+40
|\ \
| * | Disallow calling `#deliver_later` after local message modifications.Jeremy Daer2016-04-073-2/+40
* | | Merge pull request #24474 from djunzu/fix_welcome_page_docsYves Senn2016-04-081-2/+1
|\ \ \
| * | | Remove reference to non existing link in the welcome page.djunzu2016-04-081-2/+1
|/ / /
* | | Merge pull request #24471 from swrobel/patch-1Rafael França2016-04-081-1/+2
|\ \ \
| * | | Clarify fixtures examples [ci skip]Stefan Wrobel2016-04-081-1/+2
|/ / /
* | | Merge pull request #24468 from RochesterinNYC/patch-2Rafael França2016-04-081-1/+1
|\ \ \
| * | | Clarify description of `include_all_helpers` config setting's default behavio...James Wen2016-04-081-1/+1
|/ / /
* | | Merge pull request #24467 from javiervidal/20160409Yves Senn2016-04-081-1/+1
|\ \ \
| * | | Fix broken link in 'Ruby on Rails 3.1 Release Notes' [ci skip]Javier Vidal2016-04-081-1/+1
|/ / /
* | | Use new hash syntax (#24464)Jeroen Visser2016-04-082-4/+4
* | | Merge pull request #24465 from y-yagi/remove_needless_entryVipul A M2016-04-082-9/+0
|\ \ \
| * | | remove needless entry [ci skip]yuuji.yaginuma2016-04-082-9/+0
* | | | Merge pull request #24461 from repinel/fix-etag-docsRafael França2016-04-081-1/+1
|\ \ \ \
| * | | | Fixes for the strong & weak ETags guide [ci skip]Roque Pinel2016-04-071-1/+1
|/ / / /
* | | | Merge pull request #24458 from y-yagi/remove_blank_line_generated_in_appliati...Rafael França2016-04-071-1/+1
|\ \ \ \
| * | | | remove blank line generated in application_mailer.rbyuuji.yaginuma2016-04-081-1/+1
| |/ / /
* | | | Merge pull request #24335 from mabras/masterRafael França2016-04-071-2/+0
|\ \ \ \
| * | | | remove unused requireMohamad Abras2016-03-291-2/+0
* | | | | Merge pull request #24453 from PareshGupta/validation-error-typoVipul A M2016-04-071-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix length validation error typoPareshGupta2016-04-071-1/+1
|/ / / /
* | | | Merge pull request #24422 from matthewd/extinguish-executor-exceptionsMatthew Draper2016-04-075-31/+200
|\ \ \ \
| * | | | Directly support stateful executor hooksMatthew Draper2016-04-055-31/+200
* | | | | Merge pull request #24399 from jch/protect-against-db-schema-load-in-productionRichard Schneeman2016-04-061-1/+1
|\ \ \ \ \
| * | | | | Prevent db:schema:load to protected environmentsJerry Cheung2016-04-011-1/+1
* | | | | | Merge pull request #24078 from kamipo/show_variablesRafael França2016-04-061-2/+1
|\ \ \ \ \ \
| * | | | | | Simply use `select_value` in `show_variable`Ryuta Kamizono2016-03-061-2/+1
* | | | | | | Merge pull request #24374 from kamipo/move_quoting_methods_to_quoting_moduleRafael França2016-04-064-44/+38
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Make `QUOTED_TRUE` and `QUOTED_FALSE` to public because these are used in `My...Ryuta Kamizono2016-04-062-6/+6
| * | | | | | Move `quoted_date`, `quote_string` and `quote_table_name_for_assignment` meth...Ryuta Kamizono2016-04-054-22/+16
| * | | | | | Make to private `QUOTED_TRUE` and `QUOTED_FALSE` constantsRyuta Kamizono2016-04-052-18/+18
* | | | | | | Cable typo: isSupportedProtocol -> isProtocolSupportedJeremy Daer2016-04-051-1/+1
* | | | | | | Revert "Merge pull request #24440 from yahonda/use_newer_version_of_sqlite3_a...Rafael Mendonça França2016-04-061-5/+0
* | | | | | | Merge pull request #24431 from vipulnsward/24119-followupRafael França2016-04-061-0/+8
|\ \ \ \ \ \ \
| * | | | | | | Add test case for interpolation with passing of data along with record attrib...Vipul A M2016-04-051-0/+8
* | | | | | | | Merge pull request #24444 from prathamesh-sonpatki/update-message-proc-docume...Rafael França2016-04-062-4/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Update example of passing a proc to `:message` option for validating records ...Prathamesh Sonpatki2016-04-062-4/+10
* | | | | | | | | Fix Active Model basics introduction to indicate it only introduces us to int...Rafael França2016-04-061-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fix Active Model basics introduction to indicate it only introduces us to int...Vipul A M2016-04-051-1/+1
| |/ / / / / / /
* | | | | | | | Fix undefined method `owners' for NullPreloader:ClassLadislav Smola2016-04-066-1/+32
* | | | | | | | Merge pull request #24436 from arktisklada/matching-sendmail-default-argumentsRafael França2016-04-063-2/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Sendmail default arguments match Mail::SendMailarktisklada2016-04-053-2/+8
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #24440 from yahonda/use_newer_version_of_sqlite3_at_travis_ciRafael França2016-04-061-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Use SQLite3 3.7.15 which supports multiple values insertYasuo Honda2016-04-051-0/+5
* | | | | | | | | Merge pull request #24433 from kamipo/avoid_unused_captureRafael França2016-04-051-1/+1
|\ \ \ \ \ \ \ \ \