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
*
Merge pull request #21536 from jeremy/support-mysql2-0.4.0
Jeremy Daer (Kemper)
2015-09-07
3
-4
/
+9
|
\
|
*
Support mysql2 0.4.0, first release with prepared statements support
Jeremy Daer
2015-09-07
3
-4
/
+9
|
/
*
.gitignore: Ignore .ruby-version in any subdir
Jeremy Daer
2015-09-07
1
-3
/
+3
*
Use Hash[] instead of Hash#dup in resolve_column_aliases
Rafael Mendonça França
2015-09-07
1
-1
/
+3
*
Merge pull request #21534 from Vratislav/clarify-custom-config-guide
Rafael Mendonça França
2015-09-07
1
-1
/
+1
*
Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte...
Rafael Mendonça França
2015-09-07
5
-50
/
+2
*
Merge pull request #21069 from dmitry/feature/validate-multiple-contexts-at-once
Rafael Mendonça França
2015-09-07
5
-2
/
+50
|
\
|
*
Validate multiple contexts on `valid?` and `invalid?` at once.
Dmitry Polushkin
2015-07-30
5
-2
/
+50
*
|
Merge pull request #21522 from tgxworld/scope_perf
Rafael Mendonça França
2015-09-07
4
-5
/
+13
|
\
\
|
*
|
Cache check if `default_scope` has been overridden.
Guo Xiang Tan
2015-09-07
1
-1
/
+8
|
*
|
Reduce calls to stringify_keys.
Guo Xiang Tan
2015-09-07
3
-4
/
+5
*
|
|
Correct query for PostgreSQL 8.2
Matthew Draper
2015-09-08
2
-1
/
+5
*
|
|
Merge pull request #21523 from tgxworld/improve_perf_all
Rafael Mendonça França
2015-09-07
1
-1
/
+2
|
\
\
\
|
*
|
|
PERF: Don't create a Relation when it is not needed.
Guo Xiang Tan
2015-09-07
1
-1
/
+2
|
|
/
/
*
|
|
Merge pull request #21531 from amitsuroliya/typo_fix1
Arun Agrawal
2015-09-07
1
-1
/
+1
|
\
\
\
|
*
|
|
Typo fix [ci skip]
amitkumarsuroliya
2015-09-07
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #20534 from qnm/activesupport-require-issue
Yves Senn
2015-09-07
1
-0
/
+1
|
\
\
\
|
*
|
|
Remove accidental ruby-version
Rob Sharp
2015-06-12
1
-1
/
+0
|
*
|
|
Add missing require to ensure #advance will work without being implicity requ...
Rob Sharp
2015-06-12
2
-0
/
+2
*
|
|
|
Merge pull request #21527 from rngtng/fix-migrator-path-setup
Yves Senn
2015-09-07
3
-2
/
+10
|
\
\
\
\
|
*
|
|
|
Allow global migrations_path configuration with using value from database_tas...
Tobias Bielohlawek
2015-09-07
3
-2
/
+15
|
/
/
/
/
*
|
|
|
changelog, minor formatting changes.
Yves Senn
2015-09-07
1
-9
/
+9
*
|
|
|
Merge pull request #21524 from gfx/do_not_localize_for_to_sentence
Akira Matsuda
2015-09-07
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix strange messages for `rails g foo`
FUJI Goro (gfx)
2015-09-07
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #21250 from ronakjangir47/safe_const
Yves Senn
2015-09-07
1
-0
/
+4
|
\
\
\
\
|
*
|
|
|
safe_constantize - Added Object scoped missing test cases
Ronak Jangir
2015-09-06
1
-0
/
+2
*
|
|
|
|
Merge pull request #21480 from amitsuroliya/add_return_value_description
Kasper Timm Hansen
2015-09-07
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
adding description of return value [ci skip]
amitkumarsuroliya
2015-09-03
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #21521 from yui-knk/fix/ar_task_desc
Richard Schneeman
2015-09-06
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
[ci skip] Replace `AR` with `Active Record` in task desc
yui-knk
2015-09-07
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Fix test failures from premature merge of #21317
Matthew Draper
2015-09-07
2
-5
/
+16
*
|
|
|
|
Merge pull request #21317 from greysteil/support-postgres-drop-index-concurre...
Matthew Draper
2015-09-07
6
-9
/
+30
|
\
\
\
\
\
|
*
|
|
|
|
Support dropping indexes concurrently in Postgres
Grey Baker
2015-09-05
6
-9
/
+30
*
|
|
|
|
|
Merge pull request #21505 from morgoth/deprecate-passing-conditions-to-destro...
Matthew Draper
2015-09-07
5
-15
/
+29
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Deprecate passing conditions to AR::Relation destroy_all and delete_all methods
Wojciech Wnętrzak
2015-09-06
5
-15
/
+29
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #21514 from ronakjangir47/remove_extra_the
Xavier Noria
2015-09-06
2
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Removed Extra ‘the’ [ci skip]
Ronak Jangir
2015-09-06
2
-2
/
+2
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
/
|
|
|
|
Use ERB::Utils to percent encode `hfvalue` parts of mailto
Aaron Patterson
2015-09-05
2
-5
/
+5
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #21506 from rodzyn/remove_mocha_part_3
Kasper Timm Hansen
2015-09-05
8
-90
/
+132
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Remove mocha from ActionPack tests
Marcin Olichwirowicz
2015-09-05
8
-90
/
+132
|
/
/
/
/
*
|
|
|
implement abstract store methods
Aaron Patterson
2015-09-04
4
-8
/
+8
*
|
|
|
stop using deprecated Abstract::ID class
Aaron Patterson
2015-09-04
5
-5
/
+5
*
|
|
|
stop inheriting from Rack::Request
Aaron Patterson
2015-09-04
12
-22
/
+24
*
|
|
|
Merge pull request #21504 from ioquatix/patch-1
Sean Griffin
2015-09-04
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
#where fails if opts.responds_to?(:==) unexpectedly
Samuel Williams
2015-09-05
1
-1
/
+1
|
/
/
/
/
*
|
|
|
use path escaping for email addresses
Aaron Patterson
2015-09-04
2
-4
/
+4
*
|
|
|
use `Rack::Utils.unescape_path` to unescape paths
Aaron Patterson
2015-09-04
2
-4
/
+4
*
|
|
|
Merge pull request #21412 from yui-knk/feature/irreversible_migration_error_msg
Yves Senn
2015-09-04
2
-2
/
+77
|
\
\
\
\
|
*
|
|
|
Revert mistakenly added Gemfile.lock
yui-knk
2015-09-03
1
-4
/
+0
|
*
|
|
|
Add detailed error message to `IrreversibleMigration`
yui-knk
2015-08-30
1
-1
/
+6
[next]