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
*
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
2
-2
/
+2
*
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
38
-46
/
+3
|
\
|
*
Remove unused boot_rails method and it's usage
Prathamesh Sonpatki
2016-07-04
38
-46
/
+3
*
|
Merge pull request #25688 from mahnunchik/host-env-var
Guillermo Iguaran
2016-07-08
1
-0
/
+7
|
\
\
|
*
|
Use the HOST environment variable for rails server #25677
Evgeny Vlasenko
2016-07-05
1
-0
/
+7
|
|
/
*
|
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
*
|
|
Merge pull request #25692 from johnmeehan/allow-registering-directory-for-rak...
Rafael França
2016-07-05
1
-0
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
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
|
|
/
*
|
Merge pull request #25257 from ta1kt0me/inspect_initializers
Richard Schneeman
2016-07-05
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Initializer provides its context class name
ta1kt0me
2016-06-12
1
-0
/
+5
*
|
Merge pull request #25222 from vipulnsward/25219-fix-logs
Matthew Draper
2016-07-02
1
-8
/
+16
|
\
\
|
*
|
- Added test for verifying that we treat line number indications from irb as ...
Vipul A M
2016-07-01
1
-8
/
+16
*
|
|
Do not run `bundle install` when generating a new plugin.
Rafael Mendonça França
2016-07-01
3
-101
/
+102
|
/
/
*
|
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 failing railties tests
Prathamesh Sonpatki
2016-06-18
1
-2
/
+2
*
|
Merge pull request #25390 from gsamokovarov/abstact-unit-presence-require
Rafael França
2016-06-13
1
-0
/
+1
|
\
\
|
*
|
Require "active_support/core_ext/object/blank" for railties abstract unit
Genadi Samokovarov
2016-06-13
1
-0
/
+1
*
|
|
Merge pull request #25319 from morgoth/generate-application-record-first
Rafael França
2016-06-13
4
-18
/
+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Generate application_record.rb file before model file
Wojciech Wnętrzak
2016-06-08
4
-18
/
+18
*
|
|
Merge pull request #25004 from y-yagi/generate_mailer_layout_files_if_it_does...
Eileen M. Uchitelle
2016-06-12
2
-0
/
+23
|
\
\
\
|
*
|
|
generate mailer layout files if it does not already exist
yuuji.yaginuma
2016-05-15
2
-0
/
+23
*
|
|
|
Prevent `{ internal: true }` from being stored in the router
Jon Moss
2016-06-07
1
-0
/
+6
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #25317 from prathamesh-sonpatki/fix-api-controller-tests
Kasper Timm Hansen
2016-06-07
1
-2
/
+2
|
\
\
\
|
*
|
|
Fix API controller tests by assigning them the encoding type
Prathamesh Sonpatki
2016-06-07
1
-2
/
+2
*
|
|
|
Merge pull request #25247 from y-yagi/reference_actual_class
Kasper Timm Hansen
2016-06-07
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
reference actual class to use middleware
yuuji.yaginuma
2016-06-02
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Remove FORCE option as it was only needed for tests
Prathamesh Sonpatki
2016-06-07
1
-1
/
+3
*
|
|
Fix minor regression about old apps not getting per_form_csrf and request_for...
Prathamesh Sonpatki
2016-06-04
1
-17
/
+6
|
/
/
*
|
Collapse all new default initializers into a single file
Prathamesh Sonpatki
2016-05-31
2
-93
/
+19
*
|
Move new default initializers into separate directory
Prathamesh Sonpatki
2016-05-28
3
-20
/
+20
*
|
Fix more assertion counts.
Kasper Timm Hansen
2016-05-28
1
-2
/
+2
*
|
Fix assertion count after 69e1bb52.
Kasper Timm Hansen
2016-05-28
1
-2
/
+2
*
|
Remove public/ files for API apps
Prathamesh Sonpatki
2016-05-28
1
-1
/
+7
*
|
Added a shared section to config/secrets.yml that will be loaded for all envi...
David Heinemeier Hansson
2016-05-21
1
-0
/
+25
*
|
Merge pull request #24918 from prathamesh-sonpatki/cable-assets
Rafael França
2016-05-21
1
-4
/
+20
|
\
\
|
*
|
Cable: Generate .js or .coffee files while generating channel as per the java...
Prathamesh Sonpatki
2016-05-17
1
-4
/
+20
|
|
/
*
/
`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
[next]