aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix, `to_table` in `remove_foreign_key` should be plural.Yves Senn2015-02-161-1/+1
* Merge pull request #18951 from jurezove/gemfile-lock-to-plugin-gitignore-temp...Guillermo Iguaran2015-02-151-0/+1
|\
| * Add Gemfile.lock to plugin's gitignore templateJure Žove2015-02-151-0/+1
* | Register adapter specific types with the global type registrySean Griffin2015-02-157-67/+39
* | Add a global type registry, used to lookup and register typesSean Griffin2015-02-154-0/+336
|/
* Tiny documentation edits [ci skip]Robin Dupret2015-02-156-35/+41
* Merge pull request #18946 from davydovanton/format-paragraph-default-paramsZachary Scott2015-02-151-0/+2
|\
| * Added default values for #format_paragraph docs [skip ci]Anton Davydov2015-02-151-0/+2
* | Merge pull request #18394 from arthurnn/http_cache_foreverArthur Nogueira Neves2015-02-153-0/+75
|\ \ | |/ |/|
| * Implement http_cache_forever to ActionControllerArthur Neves2015-02-153-0/+75
* | Merge pull request #18945 from y-yagi/layouts_and_rendering_guideAbdelkader Boudih2015-02-151-2/+2
|\ \
| * | fix syntax error in render partial example [ci skip]yuuji.yaginuma2015-02-151-2/+2
|/ /
* | Merge pull request #18938 from tchandy/updating_query_tracer_linkArthur Nogueira Neves2015-02-141-1/+1
|\ \
| * | Updating Query Tracer github repositoryThiago Pradi2015-02-141-1/+1
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-02-145-20/+21
|\ \ \
| * | | [ci skip] Add some more code highlights.Juanito Fatas2015-02-101-5/+5
| * | | Do not use the same name for two `:belongs_to`claudiob2015-02-061-3/+3
| * | | AM#Dirty doc fixesVipul A M2015-02-011-8/+9
| * | | Fix description for AM::CallbacksVipul A M2015-01-311-1/+1
| * | | Wording fixes for `:skip_after_callbacks_if_terminated` callbacks optionVipul A M2015-01-311-2/+2
| * | | [ci skip] Add a missing space in t.belongs_to argument.Juanito Fatas2015-01-291-1/+1
* | | | Mention `where.not` in the exampleGodfrey Chan2015-02-142-3/+7
* | | | Fixed a bug where NULLs are casted into the first enum valueGodfrey Chan2015-02-132-3/+9
| |/ / |/| |
* | | Partially revert ae33aeaGodfrey Chan2015-02-132-5/+7
* | | Break up these testsGodfrey Chan2015-02-131-4/+23
* | | oops, 'format' is not a real enumGodfrey Chan2015-02-131-8/+8
* | | Enums mapping is a HWIA [ci skip]Godfrey Chan2015-02-131-2/+3
* | | Enums should be referred to by symbolsGodfrey Chan2015-02-132-6/+20
| |/ |/|
* | Add missing commaArthur Neves2015-02-131-1/+1
* | Merge pull request #16381 from kakipo/validate-length-tokenizerRafael Mendonça França2015-02-134-7/+32
|\ \
| * | Allow symbol as values for `tokenize` of `LengthValidator`kakipo2014-08-034-7/+32
* | | Merge pull request #18924 from tgxworld/correct_module_in_depre_msgKasper Timm Hansen2015-02-131-1/+1
|\ \ \
| * | | Correct module name in deprecation message.Guo Xiang Tan2015-02-131-1/+1
|/ / /
* | | Merge pull request #18923 from tgxworld/fix_deprecation_warning_messageKasper Timm Hansen2015-02-131-4/+3
|\ \ \
| * | | Improve deprecation message.Guo Xiang Tan2015-02-131-1/+3
| * | | Do not recommend `xhr` since it is going to be deprecated.Guo Xiang Tan2015-02-131-3/+0
* | | | remove CHANGELOG entry for Rails 5.0 only feature. #18918Yves Senn2015-02-131-7/+0
* | | | Merge pull request #18918 from morgoth/do-not-overwrite-value-of-secret-token...Yves Senn2015-02-133-2/+15
|\ \ \ \
| * | | | Do not overwrite secret token value when already present.Wojciech Wnętrzak2015-02-123-2/+15
* | | | | Merge pull request #18922 from yui-knk/fix/action_controller_overviewYves Senn2015-02-131-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [ci skip] escape under scoreyui-knk2015-02-131-1/+1
| |/ / /
* | | | Merge pull request #18919 from nerdrew/missing-rack-utils-requireArthur Nogueira Neves2015-02-121-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | require rack/utils in exception_wrapperAndrew Lazarus2015-02-121-0/+1
|/ / /
* | | remove meta programmingAaron Patterson2015-02-121-3/+3
* | | there is always an integration session, so remove the checkAaron Patterson2015-02-121-1/+0
* | | lazily create the integration sessionAaron Patterson2015-02-122-11/+5
* | | use before_setup to set up test instance variablesAaron Patterson2015-02-121-7/+6
* | | Skip url_helpers instead of caching, speed up integration testseileencodes2015-02-122-18/+15
* | | Merge pull request #18915 from kamipo/extract_date_time_precision_testRafael Mendonça França2015-02-124-271/+102
|\ \ \
| * | | Extract `DateTimePrecisionTest`Ryuta Kamizono2015-02-134-271/+102