Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | fixes some words missing | Travis Yoder | 2015-05-04 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #20030 from ankit8898/grammar_corr | Rafael Mendonça França | 2015-05-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | Tiny grammar correction in documentation [ci skip] | Ankit gupta | 2015-05-05 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | use the right assertions. | Yves Senn | 2015-05-05 | 1 | -2/+2 | |
* | | | | | | Merge pull request #20025 from kamipo/dont_use_exec_query_for_performance | Matthew Draper | 2015-05-05 | 2 | -22/+17 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use `select_value` for avoid `ActiveRecord::Result` instance creating | Ryuta Kamizono | 2015-05-05 | 2 | -22/+17 | |
* | | | | | | | Merge pull request #20024 from kamipo/use_select_rows_instead_of_select_one_i... | Matthew Draper | 2015-05-05 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use `select_rows` instead of `select_one` in `select_value` | Ryuta Kamizono | 2015-05-05 | 1 | -2/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #20019 from imanel/remove_rescue_format | Matthew Draper | 2015-05-05 | 3 | -16/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove :rescue_format option for translate helper since it's no longer suppor... | Bernard Potocki | 2015-05-04 | 3 | -16/+9 | |
* | | | | | | | | Merge pull request #19868 from createdbypete/guides-postgres-uuid-pgcrypto | Yves Senn | 2015-05-05 | 1 | -6/+9 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Provide mention of pgcrypto extension for uuids | Peter Rhoades | 2015-05-04 | 1 | -6/+9 | |
* | | | | | | | | Fix constant in void context warnings | Andrew White | 2015-05-05 | 1 | -2/+2 | |
* | | | | | | | | Fix URI.escape is obsolete warnings | Andrew White | 2015-05-05 | 1 | -1/+1 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Put the assertion arguments in the right order | Matthew Draper | 2015-05-05 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #20014 from vngrs/hash_deep_dup_bug | Matthew Draper | 2015-05-05 | 2 | -0/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | deep_dup method, remove old key from duplicated hash to avoid unnecessary pairs | Mehmet Emin İNAÇ | 2015-05-04 | 2 | -0/+7 | |
* | | | | | | | Merge pull request #19998 from imanel/fix-missing-translation | Matthew Draper | 2015-05-05 | 3 | -4/+24 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Handle raise flag in translate when both main and default translation is miss... | Bernard Potocki | 2015-05-04 | 3 | -4/+24 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Document inline image mailer preview interceptor | Andrew White | 2015-05-04 | 5 | -56/+83 | |
* | | | | | | | Merge pull request #17632 from eugeneius/schema_cache_dump_connection_pool | Aaron Patterson | 2015-05-04 | 4 | -2/+28 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Apply schema cache dump when creating connections | Eugene Kenny | 2015-04-29 | 4 | -2/+28 | |
* | | | | | | | Merge pull request #20006 from vngrs/refactor_test_order_method | Rafael Mendonça França | 2015-05-04 | 1 | -8/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | refactor ActiveSupport::TestCase.test_order method with memoization | Mehmet Emin İNAÇ | 2015-05-04 | 1 | -8/+1 | |
* | | | | | | | | Merge pull request #20010 from sikachu/silence-ambiguous-first-argument | Matthew Draper | 2015-05-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Silence ambiguous first argument warning | Prem Sichanugrist | 2015-05-04 | 1 | -1/+1 | |
* | | | | | | | | Enhance the "Passing Variables to Translations" part | Evan Prothro | 2015-05-04 | 1 | -19/+48 | |
* | | | | | | | | Updates various prose to the i18n guide | Evan Prothro | 2015-05-04 | 1 | -49/+57 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #20007 from zamith/validation-custom-messages | Rafael Mendonça França | 2015-05-04 | 2 | -1/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Adds/Corrects use case for adding an error message | Zamith | 2015-05-04 | 2 | -1/+7 | |
| |/ / / / / / | ||||||
* / / / / / / | Tiny documentation edits [ci skip] | Robin Dupret | 2015-05-04 | 3 | -17/+20 | |
|/ / / / / / | ||||||
* | | | | | | Fix railties configuration test | Andrew White | 2015-05-04 | 1 | -2/+2 | |
* | | | | | | Add support for inline images to mailer previews | Andrew White | 2015-05-04 | 4 | -9/+64 | |
* | | | | | | Improve display of attachment names in mailer previews | Andrew White | 2015-05-04 | 1 | -1/+1 | |
* | | | | | | Fix mailer previews with attachments | Andrew White | 2015-05-04 | 4 | -7/+206 | |
* | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ |