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
*
Convert to class_attribute
Jeremy Kemper
2010-02-01
1
-3
/
+4
*
Change mailer generator templates and refactor the whole naming schema.
José Valim and Mikel Lindsaar
2010-01-25
2
-65
/
+57
*
Generators load path now will be Ruby load path. If you want to use rspec:ins...
José Valim
2010-01-18
156
-10310
/
+1
*
Automatically remove :generators: from namespaces.
José Valim
2010-01-18
1
-1
/
+1
*
Ensure generators can be invoked by their shortcut and remove attr_reader tasks.
José Valim
2010-01-18
3
-6
/
+16
*
Plugin generator should use templates.
José Valim
2010-01-17
3
-0
/
+0
*
Take --skip-activerecord into account boot.rb requires. [#3711 status:resolved]
Rizwan Reza
2010-01-17
2
-2
/
+13
*
Bundle automatically if --dev or --edge is given as option.
José Valim
2010-01-15
1
-2
/
+4
*
Add documentation to f.submit and make scaffold generators use the new shortcut.
José Valim
2010-01-14
1
-5
/
+1
*
Get everyone running on Rails.env and fix the broken environment settings for...
David Heinemeier Hansson
2010-01-11
3
-3
/
+8
*
No more hacks to ensure generators are executed inside Rails.root.
José Valim
2010-01-07
1
-17
/
+0
*
Ensure application names are not singularized.
José Valim
2010-01-07
1
-1
/
+1
*
Ensure config/application.rb also uses app_const instead of app_name.classify.
José Valim
2010-01-07
2
-2
/
+6
*
Remove stray semicolon from cookie_verification_secret initialzer template
Jeffrey Hardy
2010-01-07
1
-1
/
+1
*
Align assignments in the session_store initializer template
Jeffrey Hardy
2010-01-07
1
-2
/
+2
*
Rails layouts, error pages, and public/index now use HTML5.
Dan Croak
2010-01-05
5
-5
/
+0
*
Fix --dev option
Carlhuda
2010-01-04
1
-1
/
+2
*
Autoload AS test case
Joshua Peek
2010-01-04
2
-7
/
+4
*
Merge
David Heinemeier Hansson
2010-01-03
5
-35
/
+286
|
\
|
*
Move all generators tests to use new test case syntax.
José Valim
2010-01-03
1
-4
/
+19
|
*
Create Rails::Generators::TestCase.
José Valim
2010-01-03
2
-1
/
+225
|
*
Assert for valid application names. [#3556 status:resolved]
José Valim
2010-01-03
1
-2
/
+10
|
*
Use regexp in lookups instead of traversing namespaces. This removes the need...
José Valim
2010-01-03
1
-28
/
+32
|
*
Doc fix
Yehuda Katz
2010-01-02
1
-1
/
+1
|
*
app_generator option should be skip_activerecord not no_activerecord
Steve Agalloco
2010-01-03
1
-1
/
+1
*
|
Stop featuring ActiveSupport::TestCase.use_instantiated_fixtures and ActiveSu...
David Heinemeier Hansson
2010-01-03
1
-25
/
+0
*
|
Describe intent, not implementation
David Heinemeier Hansson
2010-01-03
1
-3
/
+2
*
|
Removed config/initializers/new_rails_defaults.rb as all frameworks now follo...
David Heinemeier Hansson
2010-01-03
1
-9
/
+0
*
|
Changed the default ActiveSupport.use_standard_json_time_format from false to...
David Heinemeier Hansson
2010-01-03
1
-11
/
+1
*
|
Time zoning should be turned on by default with UTC
David Heinemeier Hansson
2010-01-03
1
-4
/
+3
*
|
This comment has been true of all helpers for a long time
David Heinemeier Hansson
2010-01-03
1
-1
/
+0
*
|
Remove self-evident comment about how subclasses work
David Heinemeier Hansson
2010-01-03
1
-3
/
+0
*
|
Added that ActionController::Base now does helper :all instead of relying on ...
David Heinemeier Hansson
2010-01-03
1
-1
/
+0
|
/
*
Some railties cleanup:
Carl Lerche
2009-12-31
1
-8
/
+7
*
Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rb
Carl Lerche
2009-12-31
1
-5
/
+4
*
Add a /rails.rb for each framework for consistency
Carl Lerche
2009-12-31
1
-2
/
+4
*
Fully remove config.frameworks in favor of requires in boot.rb
Carl Lerche
2009-12-31
2
-8
/
+9
*
Dont gitkeep things that are gitignored
David Heinemeier Hansson
2009-12-31
1
-1
/
+1
*
Added .gitkeep to empty directories and --skip-git to skip gitignore/gitkeep ...
David Heinemeier Hansson
2009-12-31
1
-6
/
+13
*
Revert "Add default respond_to formats to ApplicationController."
Jeremy Kemper
2009-12-29
1
-1
/
+0
*
Add rails app --edge and rails app --dev
José Valim
2009-12-29
2
-8
/
+25
*
Add default respond_to formats to ApplicationController.
José Valim
2009-12-29
1
-0
/
+1
*
Added default .gitignore (this is just recognizing Git market share, don't th...
David Heinemeier Hansson
2009-12-27
2
-0
/
+4
*
script/server should init Rails by loading config.ru
Joshua Peek
2009-12-26
1
-2
/
+4
*
The new routes shortform now also works for :as
David Heinemeier Hansson
2009-12-24
1
-1
/
+1
*
Shift more responsibility from application class to its singleton instance. T...
Jeremy Kemper
2009-12-23
4
-4
/
+4
*
Merge branch 'master' of github.com:rails/rails
Joshua Peek
2009-12-21
10
-108
/
+116
|
\
|
*
Blog -> Blog::Application. Leave the toplevel module up for grabs.
Jeremy Kemper
2009-12-21
2
-31
/
+33
|
*
Fix the documentation for root :to. It should use a fully qualified controlle...
David Heinemeier Hansson
2009-12-21
1
-1
/
+1
|
*
Dont need to specify password_confirmation, that happens automatically
David Heinemeier Hansson
2009-12-21
1
-1
/
+1
[next]