aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Updated Mime Negotiations docs [ci skip]amitkumarsuroliya2015-09-232-6/+6
|/ / / / /
* | | | | Merge pull request #21729 from y-yagi/fix_warning_in_arKasper Timm Hansen2015-09-231-1/+1
|\ \ \ \ \
| * | | | | remove warning from Calculations#sumyuuji.yaginuma2015-09-231-1/+1
|/ / / / /
* | | | | Merge pull request #21723 from y-yagi/fix_deprecate_msg_in_mailers_controllerAndrew White2015-09-232-3/+3
|\ \ \ \ \
| * | | | | stop using deprecated method in mailers controlleryuuji.yaginuma2015-09-232-3/+3
* | | | | | Merge pull request #21725 from yui-knk/fix/ar_sumRafael Mendonça França2015-09-231-3/+3
|\ \ \ \ \ \
| * | | | | | Fix arguments of `AR::Calculations#sum`yui-knk2015-09-231-3/+3
* | | | | | | Merge pull request #21728 from cllns/fix-engine-pathSean Griffin2015-09-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Remove leading slash from pathSean Collins2015-09-221-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #21727 from yui-knk/fix/remove_unused_argsSean Griffin2015-09-221-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove not used argument `table_name` of `sanitize_sql_for_conditions`yui-knk2015-09-231-1/+1
* | | | | | | Merge pull request #21726 from yui-knk/test/named_bind_aritySean Griffin2015-09-221-3/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add tests for sanitize named bind arityyui-knk2015-09-231-3/+9
|/ / / / / /
* | | | | | ask the request object for the sessionAaron Patterson2015-09-221-1/+1
* | | | | | don't deal with `nil` valuesAaron Patterson2015-09-222-1/+7
| |/ / / / |/| | | |
* | | | | Merge pull request #21722 from ronakjangir47/test_delivery_methodsYves Senn2015-09-221-2/+4
|\ \ \ \ \
| * | | | | Added assertion for error messages for nil and unknown delivery methodsRonak Jangir2015-09-221-2/+4
* | | | | | Merge pull request #21715 from rails/introduce_data_sourcesYves Senn2015-09-2216-34/+108
|\ \ \ \ \ \
| * | | | | | introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-2216-34/+108
* | | | | | | Merge pull request #21718 from thiagoaugusto/patch-4Rafael Mendonça França2015-09-221-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Update i18n.md [ci skip]Thiago Augusto2015-09-221-2/+2
|/ / / / / / /
* | | | | | | Remove unneeded generator variable.Kasper Timm Hansen2015-09-221-1/+0
* | | | | | | Merge pull request #21356 from ronakjangir47/remove_mocha_railtiesKasper Timm Hansen2015-09-222-15/+35
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Removed mocha from Railites PluginGeneratorTestRonak Jangir2015-09-222-15/+35
* | | | | | | tests, use `if_exists: true` instead of `rescue nil`.Yves Senn2015-09-221-1/+1
* | | | | | | AMo typosAkira Matsuda2015-09-222-3/+3
|/ / / / / /
* | | | | | Merge pull request #21714 from thiagoaugusto/patch-2Richard Schneeman2015-09-221-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Update routing.mdThiago Augusto2015-09-221-2/+2
|/ / / / /
* | | | | fix `bin/test -a sqlite3_mem`.Yves Senn2015-09-221-19/+13
* | | | | Merge pull request #20569 from theSteveMitchell/masterYves Senn2015-09-223-15/+31
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Check response of structure_load for mysql_database_tasks and make structure_...Steve Mitchell2015-09-182-12/+35
* | | | | Merge pull request #21712 from amitsuroliya/html_fixYves Senn2015-09-221-2/+2
|\ \ \ \ \
| * | | | | Correcting output of `file_field` with `multiple` attribute option [ci skip]amitkumarsuroliya2015-09-221-2/+2
* | | | | | Merge pull request #21678 from ronakjangir47/array_to_formatted_s_docsYves Senn2015-09-221-1/+3
|\ \ \ \ \ \
| * | | | | | Added Examples in docs for internal behavior of Array#to_formatted_s [ci skip]Ronak Jangir2015-09-191-1/+3
* | | | | | | Merge pull request #21710 from amitsuroliya/correct_resultClaudio B.2015-09-212-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Correcting output of `number_to_percentage` example in `number_helper` [ci skip]amitkumarsuroliya2015-09-222-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #21711 from JuanitoFatas/doc/typo-1Robin Dupret2015-09-221-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix a typo: Mime::Types should be Mime::Type [ci skip]Juanito Fatas2015-09-221-1/+1
|/ / / / / /
* | | | | | Merge pull request #21703 from ronakjangir47/redirect_error_messagesJeremy Daer2015-09-211-2/+4
|\ \ \ \ \ \
| * | | | | | Added assertion for error messages for redirection to nil and params Ronak Jangir2015-09-211-2/+4
* | | | | | | drop array allocations on Mime::Type#=~Aaron Patterson2015-09-211-3/+1
* | | | | | | remove another `blank?` callAaron Patterson2015-09-211-1/+1
* | | | | | | remove html_types setAaron Patterson2015-09-212-7/+3
* | | | | | | compare arrays not set objects.Aaron Patterson2015-09-211-3/+3
* | | | | | | introduce an `All` mime typeAaron Patterson2015-09-213-3/+11
* | | | | | | remove `blank?` calls on `==`Aaron Patterson2015-09-211-1/+1
* | | | | | | change inheritance to compositionAaron Patterson2015-09-212-16/+27
* | | | | | | update changelog for mime changesAaron Patterson2015-09-211-0/+13
* | | | | | | swap upcase and to_symAaron Patterson2015-09-211-1/+1