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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Force generated route to be inserted
Andrew White
2015-02-05
1
-0
/
+5
*
Don't remove all line endings from routes.rb
Andrew White
2015-02-03
1
-0
/
+18
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
5
-5
/
+0
*
Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846
robertomiranda
2015-01-31
1
-1
/
+1
*
Fixed a few things from ee9e4c3
Godfrey Chan
2015-01-30
1
-7
/
+7
*
Allow hyphenated names for `rails plugin new` generator.
Robin Böning
2015-01-30
1
-4
/
+102
*
build fix II, adjust broken tests as a consequence of 670ac73126.
Yves Senn
2015-01-30
1
-4
/
+4
*
build fix.
Yves Senn
2015-01-30
1
-4
/
+4
*
tests, use `capture` instead of custom `redirect_stderr` helper.
Yves Senn
2015-01-30
1
-12
/
+2
*
Merge pull request #18705 from mrgilman/skip-test
Rafael Mendonça França
2015-01-29
3
-11
/
+11
|
\
|
*
Change option description and update test names
Melanie Gilman
2015-01-29
2
-2
/
+2
|
*
Update option to skip test in generators
Melanie Gilman
2015-01-27
3
-9
/
+9
*
|
introduce `ActiveSupport::Testing::FileFixtures`.
Yves Senn
2015-01-28
1
-0
/
+1
|
/
*
Fixed test for assert_welcome
Prathamesh Sonpatki
2015-01-17
1
-1
/
+2
*
Add the `method_source` gem to the default Gemfile
Sean Griffin
2015-01-13
1
-0
/
+7
*
Add Secure Token Generator
robertomiranda
2015-01-11
2
-0
/
+35
*
Use IO::NULL always
Nobuyoshi Nakada
2015-01-10
2
-2
/
+2
*
Merge pull request #18413 from brainopia/automatic_inverse_of_for_belongs_to
David Heinemeier Hansson
2015-01-09
1
-24
/
+50
|
\
|
*
Update `rake counts` to count declarative tests in minitest
brainopia
2015-01-09
1
-24
/
+50
*
|
Add _mailer suffix to i18n path
Carlos Souza
2015-01-08
2
-5
/
+5
|
/
*
Add mailer suffix to generated files and classes
Carlos Souza
2015-01-06
2
-28
/
+35
*
Remove debugger support
Rafael Mendonça França
2015-01-04
3
-28
/
+0
*
Remove deprecated `serve_static_assets` configuration
Rafael Mendonça França
2015-01-04
1
-16
/
+0
*
Remove deprecation warning when log_level is not explicit set on production
Rafael Mendonça França
2015-01-04
1
-30
/
+0
*
Change the default `null` value for `timestamps` to `false`
Rafael Mendonça França
2015-01-04
1
-1
/
+1
*
Remove deprecate `*_path` helpers in email views
Rafael Mendonça França
2015-01-04
3
-55
/
+2
*
Remove deprecated methods at `Kernel`.
Rafael Mendonça França
2015-01-04
2
-0
/
+20
*
Improve the matches on the scaffold generator tests
Carlos Antonio da Silva
2015-01-03
1
-9
/
+8
*
Merge pull request #13434 from tanraya/local_variables
Carlos Antonio da Silva
2015-01-03
1
-0
/
+11
|
\
|
*
Use local variables in _form.html.erb generated by scaffold generator.
tanraya
2014-07-26
1
-0
/
+11
*
|
Merge pull request #17227 from claudiob/explicitly-abort-callbacks
Rafael Mendonça França
2015-01-03
2
-10
/
+37
|
\
\
|
*
|
Add config to halt callback chain on return false
claudiob
2015-01-02
1
-0
/
+32
|
*
|
Loosen test about order of initializers
claudiob
2015-01-02
1
-10
/
+5
*
|
|
Remove some warnings
Rafael Mendonça França
2015-01-03
1
-32
/
+32
*
|
|
Generated fixtures won't use parent_id when generated with parent:references
Pablo Olmos de Aguilera Corradini
2015-01-02
1
-5
/
+5
|
/
/
*
|
Remove warnings
Carlos Antonio da Silva
2015-01-02
1
-2
/
+2
*
|
Verify the helper name with plural as it is generated
Carlos Antonio da Silva
2015-01-02
1
-1
/
+1
*
|
Add --skip-action-mailer (or -M) to rails generate
claudiob
2015-01-01
2
-0
/
+56
*
|
Fix scaffold generator with --helper=false option
Rafael Mendonça França
2015-01-01
1
-0
/
+14
*
|
Fix test description to match the test behaviour
Rafael Mendonça França
2015-01-01
1
-1
/
+1
*
|
Remove some warning with Ruby 2.2
Rafael Mendonça França
2014-12-29
1
-1
/
+1
*
|
actually autoload all second-level directories called `app/*/concerns`
Alex Robbin
2014-12-26
1
-0
/
+29
*
|
Add test missed by a03ea684efc3505647cf0327a501aa2dbb591ad2
Sean Griffin
2014-12-22
1
-2
/
+3
*
|
Use the new `foreign_key` option on `references` in generators
Sean Griffin
2014-12-22
2
-5
/
+16
*
|
Skip byebug on all non-MRI rubies, fix tests
Sean Griffin
2014-12-22
2
-2
/
+2
*
|
Only add debugger/byebug if on MRI
Arthur Neves
2014-12-22
1
-1
/
+1
*
|
Merge pull request #18100 from chancancode/serve_static_files
Godfrey Chan
2014-12-19
5
-6
/
+62
*
|
`db:structure:load` and `db:schema:load` no longer purge the database.
Yves Senn
2014-12-18
1
-0
/
+25
*
|
Fix Duplicate web-console entries in Gemfile
NorimasaAndo
2014-12-14
1
-0
/
+18
*
|
Merge pull request #17896 from GBH/globbing_route_mailer_preview
Rafael Mendonça França
2014-12-08
1
-0
/
+11
|
\
\
[next]