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
/
lib
/
rails
/
generators
Commit message (
Expand
)
Author
Age
Files
Lines
*
New applications should be created with json serializer
Rafael Mendonça França
2014-05-17
1
-0
/
+5
*
Fix app generator test hanging.
Christian Wesselhoeft
2014-05-17
1
-4
/
+0
*
foo :bomb:
Rafael Mendonça França
2014-05-16
1
-2
/
+5
*
Generate the cookies_serializer configuration with :marshal when upgrading
Rafael Mendonça França
2014-05-16
1
-0
/
+11
*
Replace :base with :in [ci skip]
Marcio Junior
2014-05-11
1
-2
/
+2
*
Change Gemfile’s double quotes in plugin generator
Josemar Luedke
2014-05-10
1
-3
/
+3
*
skip-git should not hit git commands plugin generators
Arun Agrawal
2014-05-02
1
-6
/
+14
*
Works correctly if git not installed
Roman Shmatov
2014-05-02
1
-8
/
+6
*
Automaticly add username and email if configured in git-scm, as bundle gem
Abd ar-Rahman Hamidi
2014-05-02
3
-3
/
+19
*
Avoid unnecessary conditional block
Giovanni Cappellotto
2014-05-01
1
-5
/
+0
*
Generators, remove leftover variable assignment. refs #14877
Yves Senn
2014-04-27
1
-1
/
+0
*
Revert "Edge Rails applications doesn't need to use arel master"
Aaron Patterson
2014-04-23
1
-1
/
+2
*
Bundle tzinfo-data on :x64_mingw (64-bit Ruby on Windows).
Phil Ross
2014-04-12
1
-1
/
+1
*
Merge pull request #14646 from deivid-rodriguez/provide_byebug_by_default
Rafael Mendonça França
2014-04-11
2
-3
/
+11
|
\
|
*
Prevent generation of extra whitespace in templates
David Rodríguez de Dios
2014-04-10
2
-6
/
+6
|
*
Update Gemfile templates to provide correct debugger
David Rodríguez de Dios
2014-04-08
2
-3
/
+11
*
|
Move assets precompile (and version) to an initializer
Matthew Draper
2014-04-11
3
-6
/
+15
*
|
+EOL
Akira Matsuda
2014-04-10
1
-1
/
+1
*
|
Dont abbreviate that which needs no abbreviation
David Heinemeier Hansson
2014-04-08
1
-2
/
+2
*
|
Dont encourage aliases now that we have variants
David Heinemeier Hansson
2014-04-08
1
-1
/
+0
*
|
Use short-form for the scaffold render calls and drop the needless test
David Heinemeier Hansson
2014-04-08
1
-2
/
+2
|
/
*
Drop in @jeremy's new database.yml template text
Matthew Draper
2014-04-09
11
-43
/
+197
*
Use sass-rails 4.0.3
Rafael Mendonça França
2014-04-04
1
-1
/
+1
*
Revise 'sqlite3:' URL handling for smoother upgrades
Matthew Draper
2014-04-03
1
-2
/
+4
*
Edge Rails applications doesn't need to use arel master
Rafael Mendonça França
2014-03-26
1
-2
/
+1
*
Fix Generation of proper migration when
Kuldeep Aggarwal
2014-03-25
1
-0
/
+4
*
Remove sqlite3 lines from .gitignore if the application is not using sqlite3.
Dmitrii Golub
2014-03-24
3
-1
/
+7
*
Force sass-rails ~> 4.0.2 to avoid sprockets compatibility error
Rafael Mendonça França
2014-03-14
1
-1
/
+1
*
require actions rather than create_file
Aaron Patterson
2014-03-13
1
-1
/
+1
*
Merge pull request #14262 from sferik/flat_map
Andrew White
2014-03-09
1
-1
/
+1
|
\
|
*
Replace map.flatten with flat_map in railties
Erik Michaels-Ober
2014-03-04
1
-1
/
+1
*
|
Always return an array from formats so there is no need to wrap it when calling
Carlos Antonio da Silva
2014-03-04
3
-3
/
+3
*
|
Fix for external generators extend Erb::Generators
Allen Fair
2014-03-04
1
-1
/
+1
|
/
*
Merge pull request #14195 from robin850/issue-14079
Guillermo Iguaran
2014-02-28
1
-2
/
+2
|
\
|
*
Avoid namespacing routes inside engines
Robin Dupret
2014-02-26
1
-2
/
+2
*
|
Merge pull request #14174 from kuldeepaggarwal/fix-resource_generator_test
Yves Senn
2014-02-27
1
-1
/
+1
|
\
\
|
*
|
modify model generator warning message. refs [#174c9f0]
Kuldeep Aggarwal
2014-02-27
1
-1
/
+1
|
|
/
*
|
Merge pull request #14149 from tjschuck/bcrypt_gem_rename
Carlos Antonio da Silva
2014-02-26
1
-1
/
+1
|
\
\
|
*
|
Bump version of bcrypt gem
T.J. Schuck
2014-02-25
1
-1
/
+1
|
|
/
*
/
Remove inclusion of rubysl gem for rbx on generated Gemfile
Carlos Antonio da Silva
2014-02-25
1
-9
/
+0
|
/
*
include names in model generator warning message. refs #13515.
Yves Senn
2014-02-24
1
-4
/
+6
*
Group assets options in production env template
Carlos Antonio da Silva
2014-02-23
1
-6
/
+4
*
Add warning when user tried to create model with pluralize name.
Kuldeep Aggarwal
2014-02-23
3
-11
/
+32
*
Revert "Fixed plugin_generator test"
Arun Agrawal
2014-02-15
1
-4
/
+1
*
remove railties changes. fixes #14054
Aaron Patterson
2014-02-14
2
-90
/
+9
*
fix path shown in mailer's templates
Kassio Borges
2014-02-14
2
-2
/
+2
*
Merge pull request #13945 from rails/json_cookie_serializer_improvements
Guillermo Iguaran
2014-02-13
2
-1
/
+4
|
\
|
*
Updated CHANGELOG, docs, guides and release notes.
Godfrey Chan
2014-02-11
1
-0
/
+3
|
*
Remove serializer option from session_store.rb template
Guillermo Iguaran
2014-02-11
1
-1
/
+1
*
|
Hide bundler output for `rails new` if quiet option is specified.
Christian Wesselhoeft
2014-02-11
1
-1
/
+2
|
/
[next]