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
*
Prevent the test framework from being loaded in production mode
Aaron Patterson
2016-10-21
1
-0
/
+9
*
Remove deprecated code in ssl middleware
Rafael Mendonça França
2016-10-10
1
-2
/
+2
*
Remove deprecated support to :text in render
Rafael Mendonça França
2016-10-10
7
-46
/
+46
*
Initial command structure.
Kasper Timm Hansen
2016-09-25
1
-1
/
+1
*
Merge pull request #26515 from grosser/grosser/after_run
Arthur Nogueira Neves
2016-09-23
1
-1
/
+33
|
\
|
*
support minitest after_run for parity to regular minitest
Michael Grosser
2016-09-16
1
-0
/
+18
|
*
improve test coverage
Michael Grosser
2016-09-16
1
-2
/
+16
*
|
use rails command in restart task test
yuuji.yaginuma
2016-09-19
1
-7
/
+7
*
|
improve error message when include assertions fail
Michael Grosser
2016-09-16
8
-30
/
+30
|
/
*
use correct Gemfile in `bin/setup` test
yuuji.yaginuma
2016-09-11
1
-0
/
+18
*
Fix style
schneems
2016-08-30
1
-26
/
+26
*
Address comment via @dhh, better option naming
schneems
2016-08-30
1
-4
/
+4
*
Thanks rubocop
schneems
2016-08-29
1
-1
/
+1
*
Favor `public_folder: true` over `public_*`
schneems
2016-08-29
1
-25
/
+44
*
Fix formatting
schneems
2016-08-29
1
-3
/
+3
*
Add `public_*` helpers to all the `_tag` methods.
schneems
2016-08-29
1
-9
/
+15
*
Test `public_` methods.
schneems
2016-08-29
1
-0
/
+72
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
9
-28
/
+28
*
applies project convention for string literals
Xavier Noria
2016-08-07
1
-1
/
+1
*
Merge pull request #24260 from y-yagi/show_error_message_when_error_raised_in...
Kasper Timm Hansen
2016-08-07
1
-4
/
+6
|
\
|
*
show error message when error raised in rails runner
yuuji.yaginuma
2016-08-03
1
-4
/
+6
*
|
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
5
-68
/
+68
*
|
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
3
-6
/
+6
*
|
modernizes hash syntax in railties
Xavier Noria
2016-08-06
3
-6
/
+6
*
|
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
39
-858
/
+858
|
/
*
There are some cases where @@app is not defined
Santiago Pastorino
2016-07-26
1
-0
/
+28
*
Merge pull request #25438 from prathamesh-sonpatki/rm-session-store-initializer
Rafael Mendonça França
2016-07-20
1
-0
/
+16
|
\
|
*
Setup default session store internally, no longer through an application init...
Prathamesh Sonpatki
2016-07-17
1
-0
/
+16
*
|
Fix typo in mailer previews test description [ci skip]
Gale Shafer
2016-07-14
1
-1
/
+1
*
|
rails -> Rails [ci skip]
Santosh Wadghule
2016-07-12
1
-1
/
+1
*
|
remove unnecessary send
yuuji.yaginuma
2016-07-10
1
-5
/
+5
|
/
*
Merge pull request #25652 from prathamesh-sonpatki/rm-boot-rails
Guillermo Iguaran
2016-07-08
34
-39
/
+3
|
\
|
*
Remove unused boot_rails method and it's usage
Prathamesh Sonpatki
2016-07-04
34
-39
/
+3
*
|
Merge pull request #25730 from prathamesh-sonpatki/rm-cookie-only
Rafael França
2016-07-07
1
-0
/
+6
|
\
\
|
*
|
Add a test case for verifying `cookie_only` is set even if user tries to set ...
Prathamesh Sonpatki
2016-07-07
1
-0
/
+6
*
|
|
Fix typo in test case
Abhishek Jain
2016-07-08
1
-1
/
+1
|
/
/
*
|
Merge pull request #25704 from fledman/add_respond_to_missing_to_rails_applic...
Rafael França
2016-07-05
1
-0
/
+7
|
\
\
|
*
|
implement respond_to_missing? to match method_missing
David Feldman
2016-07-05
1
-0
/
+7
|
|
/
*
|
Fix test to try `spec/` directory as opposed to `app/spec` which I had
John Meehan
2016-07-05
1
-2
/
+2
*
|
removed extra blank line
John Meehan
2016-07-05
1
-1
/
+0
*
|
Allow rake notes to work with other directories.
John Meehan
2016-07-05
1
-0
/
+13
|
/
*
Use sass-rails in our test suite
Rafael Mendonça França
2016-06-30
1
-1
/
+1
*
Fix rails/info routes for apps with globbing route
Nicholas Firth-McCoy
2016-06-20
1
-0
/
+19
*
Fix assertion count after 69e1bb52.
Kasper Timm Hansen
2016-05-28
1
-2
/
+2
*
Added a shared section to config/secrets.yml that will be loaded for all envi...
David Heinemeier Hansson
2016-05-21
1
-0
/
+25
*
`md5` --> `MD5`
Jon Moss
2016-05-17
1
-1
/
+1
*
Fix etag expectation to work with the SHA256
Rafael Mendonça França
2016-05-06
1
-1
/
+1
*
Fix some typos in comments.
Joe Rafaniello
2016-05-04
1
-1
/
+1
[next]