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
path:
root
/
railties
/
test
/
application
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use models to match the docs.
Kasper Timm Hansen
2017-05-27
1
-1
/
+1
*
ActiveSupport::CurrentAttributes provides a thread-isolated attributes single...
David Heinemeier Hansson
2017-05-26
1
-0
/
+88
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-0
/
+4
*
Allow irb options to be passed from `rails console` command
yuuji.yaginuma
2017-05-08
1
-4
/
+12
*
Also raise error when VERSION is nil
Rafael Mendonça França
2017-04-27
1
-0
/
+6
*
Merge pull request #28896 from pschambacher/load_with_shared
Rafael França
2017-04-26
1
-0
/
+34
|
\
|
*
Added a shared section to config/database.yml that will be loaded for all env...
Pierre Schambacher
2017-04-26
1
-0
/
+34
*
|
Merge pull request #28897 from rafaelfranca/fix-name-error-error-page
Aaron Patterson
2017-04-26
1
-0
/
+14
|
\
\
|
*
|
Do not try to encoding the parameters when the controller is not defined
Rafael Mendonça França
2017-04-26
1
-0
/
+14
|
|
/
*
|
Merge pull request #28244 from ixti/improve/action-mailer-preview-params
Rafael França
2017-04-26
1
-0
/
+51
|
\
\
|
|
/
|
/
|
|
*
Pass request params to ActionMailer::Preview
Alexey Zapparov
2017-03-01
1
-0
/
+51
*
|
Set to `form_with_generates_remote_forms` only when config is explicitly spec...
yuuji.yaginuma
2017-04-22
1
-0
/
+28
*
|
Configure form_with_generates_remote_forms in its own initializer
Rafael Mendonça França
2017-04-21
1
-0
/
+32
*
|
Add additional raise UnknownMigrationVersionError
bogdanvlviv
2017-04-19
1
-1
/
+31
*
|
Fix `bin/rails db:forward` first migration
bogdanvlviv
2017-04-19
1
-0
/
+25
*
|
Remove duplicated "test" prefix
Ryuta Kamizono
2017-04-07
2
-4
/
+4
*
|
Merge pull request #28057 from eugeneius/clear_active_connections
Matthew Draper
2017-04-04
1
-0
/
+8
|
\
\
|
*
|
Clear active connections after initialization
Eugene Kenny
2017-02-17
1
-0
/
+8
*
|
|
Fix the tests to test what they should be testing
Rafael Mendonça França
2017-03-27
1
-8
/
+8
*
|
|
Merge pull request #28485 from quantumlicht/fix_migrate_with_empty_version
Rafael França
2017-03-27
1
-0
/
+16
|
\
\
\
|
*
|
|
Fixes #28359
Philippe Guay
2017-03-26
1
-0
/
+16
*
|
|
|
Do not show hidden namespaces in destroy commnad help
yuuji.yaginuma
2017-03-27
1
-0
/
+3
|
/
/
/
*
|
|
Fixup trailing whitespace, per complaints from CodeClimate.
Robert Thau
2017-03-22
1
-1
/
+1
*
|
|
Correctly reset ARGV for "rails runner `CODE' arg arg arg..."
Robert Thau
2017-03-22
1
-0
/
+8
*
|
|
Avoid running system tests by default
Robin Dupret
2017-03-05
1
-0
/
+46
*
|
|
Fix random failure on system test with ajax
Fumiaki MATSUSHIMA
2017-03-03
1
-0
/
+28
|
|
/
|
/
|
*
|
does not show hidden namespaces in generator's help
yuuji.yaginuma
2017-02-24
1
-0
/
+7
*
|
Make help short-cut alias to work
yuuji.yaginuma
2017-02-24
1
-0
/
+23
*
|
Make version short-cut alias to work
yuuji.yaginuma
2017-02-24
1
-0
/
+24
*
|
Add back tests for test:units and test:functionals.
Kasper Timm Hansen
2017-02-23
1
-12
/
+16
*
|
Split direct method into two
Andrew White
2017-02-21
1
-4
/
+4
*
|
Prefer remove_method over undef_method
Andrew White
2017-02-21
1
-0
/
+58
*
|
Add custom polymorphic mapping
Andrew White
2017-02-21
1
-4
/
+98
*
|
Rename url_helper to direct
Andrew White
2017-02-21
1
-4
/
+4
*
|
Add support for defining custom url helpers in routes.rb
Andrew White
2017-02-21
1
-2
/
+33
*
|
Fix run_via[]= backwards compatibility.
Kasper Timm Hansen
2017-02-21
1
-0
/
+10
|
/
*
Remove unused require
Ryuta Kamizono
2017-02-12
2
-2
/
+0
*
Correct spelling
Benjamin Fleischer
2017-02-05
1
-2
/
+2
*
Collect all file patterns when running multiple rake test tasks
Dominic Cleal
2017-02-04
1
-0
/
+15
*
Don't mutate raw_source in mailer preview interceptor
Eugene Kenny
2017-01-30
1
-0
/
+34
*
Merge pull request #27797 from y-yagi/correctly_check_error_message
Arthur Nogueira Neves
2017-01-30
1
-2
/
+4
|
\
|
*
correctly check error message
yuuji.yaginuma
2017-01-25
1
-2
/
+4
*
|
Merge pull request #27784 from y-yagi/add_warnings_option_to_test_runner
Rafael França
2017-01-30
1
-0
/
+11
|
\
\
|
*
|
add warnings option to test runner
yuuji.yaginuma
2017-01-24
1
-0
/
+11
*
|
|
remove warning from `bin/setup` test
yuuji.yaginuma
2017-01-26
1
-1
/
+1
|
|
/
|
/
|
*
|
Bundler 1.14 compat
Matthew Draper
2017-01-23
1
-1
/
+4
|
/
*
Merge two tests that needs to initialize Rails before accessing `Rails`
Akira Matsuda
2017-01-23
1
-16
/
+1
*
update CREATE TABLE statements generated by `sqlite3` command
yuuji.yaginuma
2017-01-19
1
-2
/
+2
*
Fix style guide violations
Rafael Mendonça França
2017-01-05
1
-1
/
+0
[next]