Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #19981 from kbrock/custom_auth_html | Rafael Mendonça França | 2015-05-03 | 3 | -20/+22 |
|\ | |||||
| * | Give authentication methods the ability to customize response message. | Keenan Brock | 2015-05-03 | 3 | -20/+22 |
* | | Merge pull request #18561 from nerdcave/serialization-methods-option | Rafael Mendonça França | 2015-05-03 | 3 | -10/+22 |
|\ \ | |/ |/| | |||||
| * | ensure `method_missing` called for non-existing methods passed to | Jay Elaraj | 2015-04-28 | 3 | -10/+22 |
* | | Fix generator tests | Rafael Mendonça França | 2015-05-03 | 1 | -1/+1 |
* | | Remove unneeded base file | Rafael Mendonça França | 2015-05-03 | 2 | -57/+53 |
* | | Remove unused private classes | Rafael Mendonça França | 2015-05-03 | 2 | -186/+0 |
* | | Merge pull request #20002 from kamipo/more_exercise_create_index_sql_tests | Rafael Mendonça França | 2015-05-03 | 4 | -8/+83 |
|\ \ | |||||
| * | | More exercise the create index sql tests | Ryuta Kamizono | 2015-05-04 | 4 | -4/+79 |
| * | | Do not use options that does not support | Ryuta Kamizono | 2015-05-04 | 1 | -4/+4 |
|/ / | |||||
* | | Merge pull request #19093 from remomueller/fix-actionmailer-preview-links-on-... | Rafael Mendonça França | 2015-05-03 | 4 | -3/+38 |
|\ \ | |||||
| * | | Mailer preview now uses `url_for` to fix links to emails for apps running on ... | Remo Mueller | 2015-04-30 | 4 | -3/+38 |
* | | | Merge pull request #19976 from prathamesh-sonpatki/rm-assigns | Rafael Mendonça França | 2015-05-03 | 2 | -5/+4 |
|\ \ \ | |||||
| * | | | Removed `assigns` from functional_test templates | Prathamesh Sonpatki | 2015-05-02 | 2 | -5/+4 |
* | | | | Merge pull request #19994 from kamipo/dump_indexes_in_create_table | Rafael Mendonça França | 2015-05-03 | 3 | -16/+21 |
|\ \ \ \ | |||||
| * | | | | Dump indexes in `create_table` instead of `add_index` | Ryuta Kamizono | 2015-05-03 | 3 | -16/+21 |
* | | | | | Merge pull request #18783 from mikestone14/actionview-image-tag-override | Rafael Mendonça França | 2015-05-03 | 2 | -0/+15 |
|\ \ \ \ \ | |||||
| * | | | | | image_tag raises an error if size is passed with height and/or width | Mike Stone | 2015-04-24 | 2 | -0/+15 |
* | | | | | | Merge pull request #17824 from yuki24/change-record-not-saved-and-not-destroy... | Rafael Mendonça França | 2015-05-03 | 4 | -5/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | AR::RecordNotSaved & RecordNotDestroyed should include an error message | Yuki Nishijima | 2015-05-01 | 4 | -5/+8 |
* | | | | | | | Merge pull request #17569 from kamipo/dump_table_options | Rafael Mendonça França | 2015-05-03 | 6 | -0/+106 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Correctly dump `:options` on `create_table` for MySQL | Ryuta Kamizono | 2015-05-03 | 6 | -0/+106 |
* | | | | | | | | Merge pull request #19987 from kamipo/move_postgresql_specific_schema | Rafael Mendonça França | 2015-05-03 | 2 | -14/+11 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Move PostgreSQL specific schema to postgresql_specific_schema.rb | Ryuta Kamizono | 2015-05-03 | 2 | -14/+11 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #19978 from kamipo/collation_option_support_for_postgresql | Rafael Mendonça França | 2015-05-03 | 10 | -32/+116 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | PostgreSQL: `:collation` support for string and text columns | Ryuta Kamizono | 2015-05-04 | 4 | -3/+79 |
| * | | | | | | | | Move the collation handling code from the MySQL adapter to common classes | Ryuta Kamizono | 2015-05-04 | 7 | -29/+37 |
* | | | | | | | | | Merge pull request #19980 from vngrs/use_new_lambda_syntax_in_doc | Rafael Mendonça França | 2015-05-03 | 4 | -7/+7 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Use ruby 1.9 lambda syntax in documentations [ci skip] | Mehmet Emin İNAÇ | 2015-05-03 | 4 | -7/+7 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #19986 from tusharmaroo/my_first_contribution | Rafael Mendonça França | 2015-05-03 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Changed 'ask the rubyonrails-talk mailing list.' to 'ask it on the rubyonrail... | Tushar Maroo | 2015-05-03 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #19989 from kamipo/change_visit_addcolumn_visibilty | Rafael Mendonça França | 2015-05-03 | 3 | -11/+14 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Change the `visit_AddColumn` visiblity for the internal API | Ryuta Kamizono | 2015-05-03 | 3 | -11/+14 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Do not use named queues for que adapter | Rafael Mendonça França | 2015-05-03 | 2 | -2/+2 |
* | | | | | | | | | Disable warnings on activejob tests | Rafael Mendonça França | 2015-05-03 | 1 | -2/+2 |
* | | | | | | | | | Merge pull request #19972 from robertjlooby/document_habtm_changes_in_upgrade... | Rafael Mendonça França | 2015-05-03 | 1 | -0/+14 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | add note about habtm relations with scopes | Rob Looby | 2015-05-03 | 1 | -0/+2 |
| * | | | | | | | | | add upgrade note for breaking habtm change in 3.2 -> 4.0 | Rob Looby | 2015-05-01 | 1 | -0/+12 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #19498 from chanks/activejob-que-remove-named-queues | Rafael Mendonça França | 2015-05-03 | 2 | -3/+7 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Stop using Que's named queues in its ActiveJob adapter. | Chris Hanks | 2015-03-24 | 2 | -3/+7 |
* | | | | | | | | | | Merge pull request #19999 from kamipo/missing_bigint | Rafael Mendonça França | 2015-05-03 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Missing `:bigint` [ci skip] | Ryuta Kamizono | 2015-05-04 | 1 | -1/+1 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #19988 from kamipo/move_comment_about_microseconds | Zachary Scott | 2015-05-03 | 2 | -2/+3 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Move comment about microseconds [ci skip] | Ryuta Kamizono | 2015-05-03 | 2 | -2/+3 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #19990 from kamipo/mysql2-0.3.18 | Santiago Pastorino | 2015-05-03 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | gem 'mysql2', '~> 0.3.18' | Ryuta Kamizono | 2015-05-04 | 1 | -1/+1 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #19991 from mcfiredrill/nodoc-postgresql-change-column | Richard Schneeman | 2015-05-03 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | `:nodoc:` postgresql's change_column | Tony Miller | 2015-05-03 | 1 | -2/+1 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #19982 from acapilleri/scope_uniquiness | Yves Senn | 2015-05-03 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | [ci skip] Uniquiness with scope can have one or more arguments | Angelo Capilleri | 2015-05-03 | 1 | -1/+1 |
| | |/ / / / / / | |/| | | | | | |