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
*
Merge pull request #20357 from ronakjangir47/remove_mocha1
Rafael Mendonça França
2015-06-01
1
-27
/
+52
|
\
|
*
Removed use of mocha from railties actions_test
Ronak Jangir
2015-06-01
1
-27
/
+52
*
|
Merge pull request #20138 from tgxworld/deprecated_assert_template
Rafael Mendonça França
2015-06-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Remove `assigns` and `assert_template`.
Guo Xiang Tan
2015-05-30
1
-1
/
+1
*
|
Add test to ensure tmp:clear works when tmp is missing
Yoong Kang Lim
2015-05-30
1
-0
/
+7
*
|
Generate a `.keep` file in `tmp` folder
Yoong Kang Lim
2015-05-30
1
-0
/
+27
*
|
`rake restart` should work without a `tmp` folder
Yoong Kang Lim
2015-05-30
1
-2
/
+10
|
/
*
Merge pull request #20017 from eliotsykes/configurable-static-index-filename
Rafael Mendonça França
2015-05-28
1
-0
/
+21
|
\
|
*
config.static_index configures directory index "index.html" filename
Eliot Sykes
2015-05-28
1
-0
/
+21
*
|
Deprecate `:nothing` option for render method
Mehmet Emin İNAÇ
2015-05-28
1
-9
/
+9
|
/
*
Merge pull request #20326 from hderms/dh/fix_task_bug
Rafael Mendonça França
2015-05-27
1
-0
/
+48
|
\
|
*
add fixed file
Dermot Haughey
2015-05-27
1
-0
/
+46
*
|
Fix file name
Rafael Mendonça França
2015-05-27
1
-1
/
+1
*
|
Merge pull request #19867 from radar/rename-app-rails-loader
Rafael Mendonça França
2015-05-27
1
-8
/
+8
|
\
\
|
|
/
|
/
|
|
*
Remove redundant 'Rails' from Rails::AppRailsLoader constant
Ryan Bigg
2015-05-21
1
-8
/
+8
*
|
Merge pull request #20248 from ronakjangir47/remove_mocha
Rafael Mendonça França
2015-05-25
1
-18
/
+34
|
\
\
|
*
|
Remove use of mocha in the railties generators tests
Ronak Jangir
2015-05-22
1
-18
/
+34
*
|
|
Omit .keep in .gitignore when generated with --skip-keeps.
Ben Pickles
2015-05-22
1
-1
/
+5
|
/
/
*
|
Remove use of mocha in the railties path tests
Roque Pinel
2015-05-18
1
-59
/
+88
*
|
removing unused and already required require's
Ankit Gupta
2015-05-11
2
-3
/
+0
*
|
Refactor railties console and dbconsole commands
Mehmet Emin İNAÇ
2015-05-10
1
-8
/
+4
*
|
add test coverage for `bin/setup`.
Yves Senn
2015-05-06
1
-0
/
+54
*
|
list reserved words in generator error
Sean Linsley
2015-05-05
2
-2
/
+2
*
|
Fix constant in void context warnings
Andrew White
2015-05-05
1
-2
/
+2
*
|
Document inline image mailer preview interceptor
Andrew White
2015-05-04
2
-7
/
+20
*
|
Fix railties configuration test
Andrew White
2015-05-04
1
-2
/
+2
*
|
Add support for inline images to mailer previews
Andrew White
2015-05-04
2
-8
/
+10
*
|
Fix mailer previews with attachments
Andrew White
2015-05-04
1
-0
/
+190
*
|
Fix generator tests
Rafael Mendonça França
2015-05-03
1
-1
/
+1
*
|
Remove unneeded base file
Rafael Mendonça França
2015-05-03
2
-57
/
+53
*
|
Remove unused private classes
Rafael Mendonça França
2015-05-03
1
-60
/
+0
*
|
Merge pull request #19093 from remomueller/fix-actionmailer-preview-links-on-...
Rafael Mendonça França
2015-05-03
1
-0
/
+30
|
\
\
|
*
|
Mailer preview now uses `url_for` to fix links to emails for apps running on ...
Remo Mueller
2015-04-30
1
-0
/
+30
*
|
|
Removed `assigns` from functional_test templates
Prathamesh Sonpatki
2015-05-02
1
-2
/
+2
|
/
/
*
|
Merge pull request #19939 from artofhuman/remove-mocha-from-some-tests
Rafael Mendonça França
2015-04-28
1
-10
/
+13
|
\
\
|
*
|
Remove use of mocha in the named base tests
Semyon Pupkov
2015-04-28
1
-10
/
+13
*
|
|
mailer previews for `NullMail` instances. Closes #19849.
Yves Senn
2015-04-28
1
-0
/
+26
|
/
/
*
|
Revert "Merge pull request #17920 from calebthompson/dont-rely-on-environment...
Yves Senn
2015-04-27
1
-0
/
+28
*
|
Need to add config.assets.compile=true to access `.assets`
Arthur Neves
2015-04-26
1
-0
/
+1
*
|
assets:cache:clean wont clean cache anymore
Arthur Neves
2015-04-26
1
-11
/
+0
*
|
Revert "Fix multiple suggestion test"
Arthur Neves
2015-04-25
1
-1
/
+1
*
|
Fix multiple suggestion test
Arthur Neves
2015-04-25
1
-1
/
+1
*
|
Add test for multiple suggested generator names.
Josef Šimánek
2015-04-25
1
-0
/
+6
*
|
Why do we add a top-level constant here?
Akira Matsuda
2015-04-25
1
-4
/
+2
|
/
*
Remove sqlite support from `rails dbconsole`
Andrew White
2015-04-22
1
-6
/
+0
*
Implicitly skip spring for `rails new --dev`
Godfrey Chan
2015-04-20
1
-0
/
+8
*
fix indent in routes when using namespaced controllers
yuuji.yaginuma
2015-04-14
1
-1
/
+3
*
Rename railties/bin to railties/exe
Islam Wazery
2015-04-11
2
-2
/
+2
*
bugfix CodeStatics#calculate_directory_statics when dir has source extension
Pablo Vizcay
2015-04-09
1
-0
/
+20
*
Merge pull request #19034 from jvanbaarsen/explicit-job-base-class
Matthew Draper
2015-03-30
3
-4
/
+10
|
\
[next]