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
*
Drop comments from structure.sql in postgresql
Ari Pollak
2017-02-24
3
-3
/
+38
*
Merge pull request #28150 from y-yagi/do_not_display_hidden_namespaces_in_gen...
Rafael França
2017-02-24
2
-0
/
+10
|
\
|
*
does not show hidden namespaces in generator's help
yuuji.yaginuma
2017-02-24
2
-0
/
+10
*
|
Merge pull request #28062 from y-yagi/make_adding_gemfile_entry_work_even_if_...
Rafael França
2017-02-24
2
-1
/
+16
|
\
\
|
*
|
Make adding gemfile entry work even if specify only the plugin name
yuuji.yaginuma
2017-02-24
2
-1
/
+16
*
|
|
Merge pull request #28145 from treiff/update-docs-ActiveRecord__Result
Rafael França
2017-02-24
1
-1
/
+12
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Improve docs for ActiveRecord::Result. [ci skip]
Trevor Reiff
2017-02-24
1
-1
/
+12
*
|
|
Merge pull request #28141 from y-yagi/show_correct_help_and_version
Rafael França
2017-02-23
3
-2
/
+49
|
\
\
\
|
*
|
|
Make help short-cut alias to work
yuuji.yaginuma
2017-02-24
2
-1
/
+24
|
*
|
|
Make version short-cut alias to work
yuuji.yaginuma
2017-02-24
2
-1
/
+25
*
|
|
|
Merge pull request #27769 from maclover7/jm-jruby-amo
Rafael França
2017-02-23
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Enable Active Model testing for JRuby
Jon Moss
2017-02-23
1
-1
/
+1
*
|
|
|
|
Merge pull request #28138 from rwz/rwz/hwia-compact
Richard Schneeman
2017-02-23
2
-1
/
+11
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Make HWIA#compact not return nil when no nils
Pavel Pravosud
2017-02-23
2
-1
/
+11
|
|
/
/
/
*
|
|
|
Make security policy more prominent in docs
Jon Moss
2017-02-23
2
-0
/
+7
*
|
|
|
Merge pull request #25285 from kamipo/fix_remove_reference_to_multiple_foreig...
Rafael França
2017-02-23
2
-0
/
+17
|
\
\
\
\
|
*
|
|
|
Fix `remove_reference` to multiple foreign keys in the same table
Ryuta Kamizono
2017-02-11
2
-0
/
+17
*
|
|
|
|
Merge pull request #27962 from kamipo/deprecate_quoted_id
Rafael França
2017-02-23
7
-60
/
+111
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Deprecate using `#quoted_id` in quoting
Ryuta Kamizono
2017-02-24
5
-6
/
+15
|
*
|
|
|
Fix type casting AR object to respect the primary key cast type's serialization
Ryuta Kamizono
2017-02-24
2
-2
/
+40
|
*
|
|
|
Extract `TypeCastingTest` into `test/cases/quoting_test.rb`
Ryuta Kamizono
2017-02-24
3
-52
/
+56
*
|
|
|
|
Merge pull request #28022 from spk/guides-validation
Rafael França
2017-02-23
1
-4
/
+5
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix w3c_validator.rb validation script
Laurent Arnoud
2017-02-23
1
-4
/
+5
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #26559 from kamipo/fix_wait_timeout_as_string
Rafael França
2017-02-23
3
-2
/
+25
|
\
\
\
\
|
*
|
|
|
Fix `wait_timeout` to configurable for mysql2 adapter
Ryuta Kamizono
2017-02-24
3
-2
/
+25
|
|
/
/
/
*
|
|
|
Merge pull request #28112 from bolek/include-job_id-in-all-active-job-logs
Rafael França
2017-02-23
2
-8
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Include JobID in all ActiveJob info logs
Bolek Kurowski
2017-02-22
2
-8
/
+8
*
|
|
|
Rearrange npm release process again
Matthew Draper
2017-02-23
1
-42
/
+41
*
|
|
|
Add a task to build a draft of the release announcement
Matthew Draper
2017-02-23
1
-0
/
+69
*
|
|
|
Do not override the global variable
Rafael Mendonça França
2017-02-23
1
-2
/
+2
*
|
|
|
Update package.json
Rafael Mendonça França
2017-02-23
2
-2
/
+2
*
|
|
|
Preparing for 5.1.0.beta1 release
Rafael Mendonça França
2017-02-23
22
-44
/
+66
*
|
|
|
Fix Rakefile loading generator relatively
Rafael Mendonça França
2017-02-23
1
-1
/
+1
*
|
|
|
Move documentation to the correct place
eileencodes
2017-02-23
1
-72
/
+72
*
|
|
|
Use double quotes in the generated plugin test script.
Kasper Timm Hansen
2017-02-23
1
-3
/
+3
*
|
|
|
Merge pull request #28105 from y-yagi/add_wrapper_for_plugins_test_runner
Kasper Timm Hansen
2017-02-23
2
-7
/
+8
|
\
\
\
\
|
*
|
|
|
Add wrapper for plugin's test runner
yuuji.yaginuma
2017-02-22
2
-7
/
+8
*
|
|
|
|
Merge pull request #28131 from rails/chancancode-patch-1
Andrew White
2017-02-23
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
🙈 :nodoc: `AS::Duration::ISO8601Serializer`
Godfrey Chan
2017-02-23
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #28128 from rails/revert-28127-revert-28038-encrypted-secrets
Kasper Timm Hansen
2017-02-23
18
-39
/
+485
|
\
\
\
\
\
|
*
|
|
|
|
Yank the intricate immediately-exiting editor recognition.
Kasper Timm Hansen
2017-02-23
1
-16
/
+2
|
*
|
|
|
|
Add back tests for test:units and test:functionals.
Kasper Timm Hansen
2017-02-23
1
-12
/
+16
|
*
|
|
|
|
Fix test:units not hitting rake task.
Kasper Timm Hansen
2017-02-23
1
-1
/
+2
|
*
|
|
|
|
Revert "Revert "Add encrypted secrets""
Kasper Timm Hansen
2017-02-23
17
-27
/
+482
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #28125 from y-yagi/do_not_take_screenshots_when_test_skipped
Eileen M. Uchitelle
2017-02-23
2
-2
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
Do not take screenshot when test skipped
yuuji.yaginuma
2017-02-23
2
-2
/
+16
*
|
|
|
|
|
Revert "Add encrypted secrets" (#28127)
David Heinemeier Hansson
2017-02-23
17
-482
/
+27
*
|
|
|
|
|
Add encrypted secrets (#28038)
Kasper Timm Hansen
2017-02-23
17
-27
/
+482
|
/
/
/
/
/
*
|
|
|
|
[ci skip] Fix more quotes in direct/resolve docs
Andrew White
2017-02-23
1
-3
/
+3
*
|
|
|
|
Merge pull request #23553 from kamipo/correctly_dump_native_timestamp_types_f...
Rafael França
2017-02-22
10
-5
/
+80
|
\
\
\
\
\
[next]