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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Merge pull request #16434 from strzalek/cookies-digest-config-option"
Santiago Pastorino
2014-08-08
2
-8
/
+1
*
Merge pull request #16434 from strzalek/cookies-digest-config-option
Santiago Pastorino
2014-08-08
2
-1
/
+8
|
\
|
*
Return preconfigured AS::MessageVerifier
Łukasz Strzałkowski
2014-08-08
2
-1
/
+7
|
*
Add config option for cookies digest
Łukasz Strzałkowski
2014-08-08
1
-0
/
+1
*
|
save a hash allocation per request.
Aaron Patterson
2014-08-08
1
-1
/
+1
*
|
add a test for prepending SCRIPT_NAME to generated urls
Aaron Patterson
2014-08-08
1
-0
/
+88
*
|
Fixes test for Gemfile entry changes
Arun Agrawal
2014-08-08
3
-8
/
+13
|
/
*
Pull spring gem entry into the Gemfile template instead of gemfile_entries so...
David Heinemeier Hansson
2014-08-07
2
-10
/
+12
*
Merge branch 'master' of github.com:rails/rails
David Heinemeier Hansson
2014-08-07
9
-16
/
+178
|
\
|
*
need to call super
Aaron Patterson
2014-08-07
1
-0
/
+1
|
*
add a new constructor that runs load hooks
Aaron Patterson
2014-08-07
2
-5
/
+9
|
*
defer running after_config hooks until after the object is allocated
Aaron Patterson
2014-08-07
1
-7
/
+22
|
*
lazily instantiate application subclasses
Aaron Patterson
2014-08-06
3
-4
/
+18
|
*
Merge pull request #16359 from skanev/after-bundle-in-rails-templates
Yves Senn
2014-08-06
4
-0
/
+39
|
|
\
|
|
*
Add an after_bundle callback in Rails templates
Stefan Kanev
2014-08-03
4
-0
/
+39
|
*
|
Revert "Revert "Merge pull request #15394 from morgoth/fix-automatic-maintain...
Yves Senn
2014-08-06
1
-1
/
+90
*
|
|
Stop using padding in the generated Gemfile -- it looks shit
David Heinemeier Hansson
2014-08-07
2
-6
/
+1
|
/
/
*
|
We don't need parenthesis for this
Guillermo Iguaran
2014-08-05
1
-1
/
+1
*
|
Fix digest ETAG test.
Arthur Neves
2014-08-05
1
-1
/
+1
*
|
Bring back the helpers tests
José Valim
2014-08-05
3
-0
/
+50
*
|
Fix typo [ci skip]
Jon Atack
2014-08-04
1
-1
/
+1
*
|
Explain why we use asset digests, not what a setter does
David Heinemeier Hansson
2014-08-03
2
-2
/
+4
*
|
Add suggestion as to how you can app the the assets load path
David Heinemeier Hansson
2014-08-03
1
-0
/
+3
*
|
Pull in the custom configuration concept from dhh/custom_configuration
David Heinemeier Hansson
2014-08-03
4
-1
/
+82
*
|
A few more tests asserting the presence of helper test stubs
David Heinemeier Hansson
2014-08-03
6
-17
/
+0
*
|
Stubs are no longer generated for helpers, so dont test for it
David Heinemeier Hansson
2014-08-03
1
-4
/
+0
*
|
Change the production log level default from :info to :debug. All production ...
David Heinemeier Hansson
2014-08-03
1
-2
/
+2
*
|
Generating stubs for helper tests is overly specific. Most helpers should sim...
David Heinemeier Hansson
2014-08-03
4
-75
/
+0
|
/
*
Avoid defining the test if it does not need to when not on JRuby
Carlos Antonio da Silva
2014-07-30
1
-2
/
+2
*
Use default argument when testing generators without the need for extra args
Carlos Antonio da Silva
2014-07-30
2
-7
/
+7
*
Simplify path setup
Carlos Antonio da Silva
2014-07-30
1
-1
/
+1
*
Simplify plugin tests a bit, leave the regexp work for minitest
Carlos Antonio da Silva
2014-07-30
1
-6
/
+6
*
Invert unless..else conditions on JRuby checks
Carlos Antonio da Silva
2014-07-30
2
-12
/
+12
*
Remove some more globals from tests
Carlos Antonio da Silva
2014-07-30
1
-26
/
+26
*
Fix / improve some assertions
Carlos Antonio da Silva
2014-07-30
1
-6
/
+4
*
Remove some globals from configuration tests
Carlos Antonio da Silva
2014-07-30
1
-20
/
+20
*
Deprecate `*_path` methods in mailers
@schneems and @sgrif
2014-07-30
3
-3
/
+55
*
Revert "Merge pull request #15305 from tgxworld/remove_unnecessary_require"
Santiago Pastorino
2014-07-30
2
-2
/
+2
*
Merge pull request #16328 from noinkling/template_password_confirmation_fix
Yves Senn
2014-07-29
2
-1
/
+6
|
\
|
*
Give password_confirmation div the "field" class in erb form template
noinkling
2014-07-29
1
-1
/
+1
|
/
*
Additional clarification on password:digest in scaffold and model generator h...
noinkling
2014-07-25
2
-4
/
+16
*
Add password:digest information to scaffold generator help text [ci skip]
noinkling
2014-07-25
1
-1
/
+5
*
Remove mocha usage
Rafael Mendonça França
2014-07-23
1
-2
/
+5
*
Fix syntax error
Rafael Mendonça França
2014-07-23
1
-1
/
+2
*
Dev and edge application and plugins need to include i18n master
Rafael Mendonça França
2014-07-23
1
-1
/
+2
*
Merge pull request #16267 from robin850/rbx-yaml
Rafael Mendonça França
2014-07-23
2
-0
/
+22
|
\
|
*
Set Psych as the YAML engine for Rubinius
Robin Dupret
2014-07-23
2
-0
/
+22
*
|
Do not set enforce_available_locales to i18n 0.7
Rafael Mendonça França
2014-07-23
1
-18
/
+2
|
/
*
Merge branch 'rm-remove-mocha'
Rafael Mendonça França
2014-07-19
13
-79
/
+170
|
\
|
*
Stop requiring mocha automatically
Rafael Mendonça França
2014-07-19
7
-0
/
+7
[next]