aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Move back `new_column_definition` into `TableDefinition`Ryuta Kamizono2015-02-251-4/+4
|/ / / / / / / / /
* | | | | | | | | Avoid creating an extra hash on the job test adapterCarlos Antonio da Silva2015-02-241-1/+1
* | | | | | | | | Merge pull request #19052 from square/testing-singletonRafael Mendonça França2015-02-234-31/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | `ActiveJob::QueueAdapters::TestAdapter` is now a singletonTamir Duberstein2015-02-234-31/+31
* | | | | | | | | | Merge pull request #19030 from kamipo/extract_short_hand_column_methodsRafael Mendonça França2015-02-234-110/+173
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | The short-hand methods should be able to define multiple columnsRyuta Kamizono2015-02-232-45/+69
| * | | | | | | | | Extract the short-hand methods into `ColumnMethods`Ryuta Kamizono2015-02-232-23/+36
| * | | | | | | | | Extract `primary_key` method into `ColumnMethods`Ryuta Kamizono2015-02-224-42/+68
* | | | | | | | | | Merge pull request #19038 from tchandy/cleaning_actionpack_testsSantiago Pastorino2015-02-234-41/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Removing old helper that was necessary for compatibility with Ruby 1.8.xThiago Pradi2015-02-223-18/+3
| * | | | | | | | | | Removing unused constants from abstract_unitThiago Pradi2015-02-221-2/+0
| * | | | | | | | | | Removing unused controller from abstract_unitThiago Pradi2015-02-221-16/+0
| * | | | | | | | | | Removing unused templateThiago Pradi2015-02-221-5/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #17631 from kamipo/bigint_pk_supportRafael Mendonça França2015-02-233-0/+35
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Allow `:limit` option for MySQL bigint primary key supportRyuta Kamizono2015-02-243-0/+35
* | | | | | | | | | | Merge pull request #19048 from girasquid/patch-1Abdelkader Boudih2015-02-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix typo [ci skip]Luke Hutscal2015-02-231-1/+1
|/ / / / / / / / / /
* | | | | | | | | | some indenting and punctuation fixes. [ci skip]Yves Senn2015-02-234-29/+33
* | | | | | | | | | Merge pull request #18395 from shunsukeaida/improve_generator_name_suggestionsRichard Schneeman2015-02-231-3/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Improve generator name suggestions a bit.ShunsukeAida2015-02-221-3/+1
* | | | | | | | | | | Merge pull request #19046 from yui-knk/fix/ormAbdelkader Boudih2015-02-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [ci skip] Fix `Object-Relational` to `Object Relational`yui-knk2015-02-241-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #18937 from simi/optional-belongs-toRafael Mendonça França2015-02-2314-10/+166
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Require `belongs_to` by default.Josef Šimánek2015-02-2114-10/+166
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #19032 from jvanbaarsen/changed-ajadapter-env-varRafael Mendonça França2015-02-236-7/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Changed the AJADAPTER to AJ_ADAPTERJeroen van Baarsen2015-02-226-7/+7
* | | | | | | | | | | | Merge pull request #19044 from y-yagi/mime_type_docAbdelkader Boudih2015-02-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | fix method name in mime type example. `Mime::Type.[]` doesn't exist. [ci skip]yuuji.yaginuma2015-02-231-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Minor guides edits [ci skip]Robin Dupret2015-02-212-24/+23
* | | | | | | | | | | Merge pull request #19026 from rousisk/masterRobin Dupret2015-02-211-2/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Improve wording on find_by note regarding returning only one record [ci skip]Konstantinos Rousis2015-02-211-2/+3
|/ / / / / / / / / / /
* | | | | | | | | | | [ci skip] Use explicit module namespace in guideKasper Timm Hansen2015-02-211-1/+3
* | | | | | | | | | | guides, fully qualify `ApplicationController`. Closes #19024.Yves Senn2015-02-211-1/+1
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #19023 from trliner/fix_has_secure_token_docsAbdelkader Boudih2015-02-211-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix #has_secure_token documentation [ci skip]Tim Liner2015-02-201-2/+2
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #17558 from OpenSourceProjects/test_error_messagesRafael Mendonça França2015-02-207-10/+19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Error message testing fixFranky W2015-02-207-10/+19
|/ / / / / / / / / /
* | | | | | | | | | Oops :bomb:Rafael Mendonça França2015-02-201-1/+1
* | | | | | | | | | Change the deprecation messages to show the preferred way to work withRafael Mendonça França2015-02-204-12/+12
* | | | | | | | | | Fix changelog indent [ci skip]Carlos Antonio da Silva2015-02-201-2/+2
* | | | | | | | | | Merge branch 'dilizarov-feature/alias_request_uuid_method_to_request_id'Rafael Mendonça França2015-02-206-10/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Prefer request_id over uuid and test the aliasRafael Mendonça França2015-02-204-10/+14
| * | | | | | | | | | Aliased the ActionDispatch::Request#uuid method with ActionDispatch::Request#...David Ilizarov2015-02-203-1/+9
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #17069 from modosc/masterRafael Mendonça França2015-02-201-7/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | move cache_digests rake methods into their own namespacejonathan schatz2014-09-261-7/+9
* | | | | | | | | | | Merge pull request #18218 from brainopia/fix_match_shorthand_in_routesRafael Mendonça França2015-02-202-1/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Improve shorthand matching for routesbrainopia2015-01-252-1/+10
* | | | | | | | | | | | Merge branch 'rm-take' into 4-1-stableRafael Mendonça França2015-02-203-1/+43
* | | | | | | | | | | | s/around_filter/around_action/Akira Matsuda2015-02-211-1/+1
* | | | | | | | | | | | Do not test, document or use a private API methodRafael Mendonça França2015-02-203-28/+0