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
...
*
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
*
Merge pull request #24696 from y-yagi/remove_unnessary_option_setting
Kasper Timm Hansen
2016-04-25
2
-0
/
+19
|
\
|
*
register rake options to `OptionParser`
yuuji.yaginuma
2016-04-25
1
-0
/
+11
|
*
remove unnessary option setting from test runner
yuuji.yaginuma
2016-04-25
1
-0
/
+8
*
|
Fix broken build, channel files are also included in `bin/rails stats` now
Prathamesh Sonpatki
2016-04-24
1
-2
/
+2
*
|
Fix test name
Vipul A M
2016-04-23
1
-1
/
+1
|
/
*
- using rails dev:cache instead of rake dev:cache
Mohit Natoo
2016-04-22
1
-1
/
+1
*
Fixed assertions with regex used in dbs tests
Vipul A M
2016-04-19
1
-2
/
+2
*
Added notice when a database is successfully created or dropped.
bogdanvlviv
2016-04-17
2
-2
/
+4
*
do not create unnecessary directory
yuuji.yaginuma
2016-04-10
1
-2
/
+1
*
Fix rails restart issue with Puma
Prathamesh Sonpatki
2016-03-30
2
-0
/
+18
*
Keep all session tests in the same file
Rafael Mendonça França
2016-03-21
2
-46
/
+28
*
Fix request.reset_session for API controllers
Jon Moss
2016-03-19
1
-0
/
+46
*
Merge pull request #23939 from akshaymohite/fix-configuration-tests-semantics
Sean Griffin
2016-03-07
1
-2
/
+2
|
\
|
*
Fixed couple of semantics in the configuration_test.rb
Akshay
2016-02-28
1
-2
/
+2
*
|
Merge pull request #24085 from vipulnsward/i18n-test-addition
Kasper Timm Hansen
2016-03-06
1
-1
/
+7
|
\
\
[prev]
[next]