index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed Mocha from app generators tests
Ronak Jangir
2015-09-23
1
-87
/
+106
*
Further remove reliance on subsecond precision in tests
Sean Griffin
2015-09-23
1
-6
/
+14
*
Don't rely on subsecond precision being applied in tests
Sean Griffin
2015-09-23
5
-5
/
+24
*
0 precision is not the same as no precision
Sean Griffin
2015-09-23
1
-8
/
+28
*
Don't attempt to specify datetime precision unless supported
Sean Griffin
2015-09-23
3
-13
/
+32
*
Merge pull request #20317
Sean Griffin
2015-09-23
6
-35
/
+67
|
\
|
*
Fixed taking precision into count when assigning a value to timestamp attribute
Bogdan Gusiev
2015-09-23
6
-35
/
+67
*
|
Merge pull request #21732 from amitsuroliya/mime_docs
Abdelkader Boudih
2015-09-23
2
-6
/
+6
|
\
\
|
*
|
Updated Mime Negotiations docs [ci skip]
amitkumarsuroliya
2015-09-23
2
-6
/
+6
|
/
/
*
|
Merge pull request #21729 from y-yagi/fix_warning_in_ar
Kasper Timm Hansen
2015-09-23
1
-1
/
+1
|
\
\
|
*
|
remove warning from Calculations#sum
yuuji.yaginuma
2015-09-23
1
-1
/
+1
|
/
/
*
|
Merge pull request #21723 from y-yagi/fix_deprecate_msg_in_mailers_controller
Andrew White
2015-09-23
2
-3
/
+3
|
\
\
|
*
|
stop using deprecated method in mailers controller
yuuji.yaginuma
2015-09-23
2
-3
/
+3
*
|
|
Merge pull request #21725 from yui-knk/fix/ar_sum
Rafael Mendonça França
2015-09-23
1
-3
/
+3
|
\
\
\
|
*
|
|
Fix arguments of `AR::Calculations#sum`
yui-knk
2015-09-23
1
-3
/
+3
*
|
|
|
Merge pull request #21728 from cllns/fix-engine-path
Sean Griffin
2015-09-22
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Remove leading slash from path
Sean Collins
2015-09-22
1
-1
/
+1
*
|
|
|
|
Merge pull request #21727 from yui-knk/fix/remove_unused_args
Sean Griffin
2015-09-22
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Remove not used argument `table_name` of `sanitize_sql_for_conditions`
yui-knk
2015-09-23
1
-1
/
+1
*
|
|
|
|
Merge pull request #21726 from yui-knk/test/named_bind_arity
Sean Griffin
2015-09-22
1
-3
/
+9
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Add tests for sanitize named bind arity
yui-knk
2015-09-23
1
-3
/
+9
|
/
/
/
/
*
|
|
|
ask the request object for the session
Aaron Patterson
2015-09-22
1
-1
/
+1
*
|
|
|
don't deal with `nil` values
Aaron Patterson
2015-09-22
2
-1
/
+7
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #21722 from ronakjangir47/test_delivery_methods
Yves Senn
2015-09-22
1
-2
/
+4
|
\
\
\
|
*
|
|
Added assertion for error messages for nil and unknown delivery methods
Ronak Jangir
2015-09-22
1
-2
/
+4
*
|
|
|
Merge pull request #21715 from rails/introduce_data_sources
Yves Senn
2015-09-22
16
-34
/
+108
|
\
\
\
\
|
*
|
|
|
introduce `conn.data_source_exists?` and `conn.data_sources`.
Yves Senn
2015-09-22
16
-34
/
+108
*
|
|
|
|
Merge pull request #21718 from thiagoaugusto/patch-4
Rafael Mendonça França
2015-09-22
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Update i18n.md [ci skip]
Thiago Augusto
2015-09-22
1
-2
/
+2
|
/
/
/
/
/
*
|
|
|
|
Remove unneeded generator variable.
Kasper Timm Hansen
2015-09-22
1
-1
/
+0
*
|
|
|
|
Merge pull request #21356 from ronakjangir47/remove_mocha_railties
Kasper Timm Hansen
2015-09-22
2
-15
/
+35
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Removed mocha from Railites PluginGeneratorTest
Ronak Jangir
2015-09-22
2
-15
/
+35
*
|
|
|
|
tests, use `if_exists: true` instead of `rescue nil`.
Yves Senn
2015-09-22
1
-1
/
+1
*
|
|
|
|
AMo typos
Akira Matsuda
2015-09-22
2
-3
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #21714 from thiagoaugusto/patch-2
Richard Schneeman
2015-09-22
1
-2
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Update routing.md
Thiago Augusto
2015-09-22
1
-2
/
+2
|
/
/
/
*
|
|
fix `bin/test -a sqlite3_mem`.
Yves Senn
2015-09-22
1
-19
/
+13
*
|
|
Merge pull request #20569 from theSteveMitchell/master
Yves Senn
2015-09-22
3
-15
/
+31
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Check response of structure_load for mysql_database_tasks and make structure_...
Steve Mitchell
2015-09-18
2
-12
/
+35
*
|
|
Merge pull request #21712 from amitsuroliya/html_fix
Yves Senn
2015-09-22
1
-2
/
+2
|
\
\
\
|
*
|
|
Correcting output of `file_field` with `multiple` attribute option [ci skip]
amitkumarsuroliya
2015-09-22
1
-2
/
+2
*
|
|
|
Merge pull request #21678 from ronakjangir47/array_to_formatted_s_docs
Yves Senn
2015-09-22
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
Added Examples in docs for internal behavior of Array#to_formatted_s [ci skip]
Ronak Jangir
2015-09-19
1
-1
/
+3
*
|
|
|
|
Merge pull request #21710 from amitsuroliya/correct_result
Claudio B.
2015-09-21
2
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Correcting output of `number_to_percentage` example in `number_helper` [ci skip]
amitkumarsuroliya
2015-09-22
2
-2
/
+2
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #21711 from JuanitoFatas/doc/typo-1
Robin Dupret
2015-09-22
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix a typo: Mime::Types should be Mime::Type [ci skip]
Juanito Fatas
2015-09-22
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #21703 from ronakjangir47/redirect_error_messages
Jeremy Daer
2015-09-21
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
Added assertion for error messages for redirection to nil and params
Ronak Jangir
2015-09-21
1
-2
/
+4
*
|
|
|
|
drop array allocations on Mime::Type#=~
Aaron Patterson
2015-09-21
1
-3
/
+1
[next]