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
/
generators
/
rails
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote branch 'mainstream/master'
Pratik Naik
2010-03-12
9
-49
/
+44
|
\
|
*
Always load the environment before executing any command. [#3905 status:resol...
José Valim
2010-03-12
1
-5
/
+2
|
*
Added alert to layouts on scaffold.
José Valim
2010-03-09
1
-0
/
+4
|
*
Update generated Gemfile to use http://rubygems.org, unicorn instead of mongr...
Jeremy Kemper
2010-03-07
1
-4
/
+4
|
*
Change generated code to replace faulty comment
Carlhuda
2010-03-04
1
-1
/
+1
|
*
Deprecated ActionController::Base.session_options= and ActionController::Base...
Carlhuda
2010-03-04
2
-8
/
+3
|
*
Fix Sam Ruby's tests and deprecation warnings
Carlhuda
2010-03-04
1
-2
/
+2
|
*
Revert "In app_generator, fix hardcoded `bundle` call to derive the bundle ex...
Carl Lerche
2010-03-03
1
-2
/
+1
|
*
In app_generator, fix hardcoded `bundle` call to derive the bundle executable...
Caio Chassot
2010-03-03
1
-1
/
+2
|
*
Removing prototype and just using vanilla js
Mikel Lindsaar
2010-03-02
1
-17
/
+17
|
*
vendor/rails doesn't work anymore, remove it from the blank slate suggestion
Joshua Peek
2010-02-28
1
-9
/
+0
|
*
the folder public/javascripts should be created by default [#4027 status:reso...
Ramon Soares
2010-02-26
1
-2
/
+5
|
*
load_path is expecting a String in the application.rb generator
Thomas R. Koll
2010-02-25
1
-1
/
+1
|
*
Invalid namespace on app generation raises an error
Kyle Maxwell
2010-02-17
1
-2
/
+7
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-02-14
28
-1133
/
+1711
|
\
|
|
*
Resolve test/unit load ordering by removing backtrace filter from boot initia...
Jeremy Kemper
2010-02-11
1
-2
/
+1
|
*
Suggest Mongrel and Capistrano in the default bundle
David Heinemeier Hansson
2010-02-09
1
-11
/
+17
|
*
Take into account gem versions (so script/rails server can work outside the a...
José Valim
2010-02-08
1
-1
/
+0
|
*
Updating Prototype to 1.6.1 and script.aculo.us to 1.8.3
Mikel Lindsaar
2010-02-08
4
-1041
/
+1593
|
*
Check if Test::Unit is defined before adding backtrace filter.
José Valim
2010-02-07
1
-0
/
+1
|
*
fix usage examples and more to use new invocations
RomD
2010-02-06
18
-32
/
+32
|
*
Cleanup comments
David Heinemeier Hansson
2010-02-05
1
-8
/
+3
|
*
Not a fan of the double ##
David Heinemeier Hansson
2010-02-05
1
-2
/
+2
|
*
Simplify conditions for --dev and --edge
David Heinemeier Hansson
2010-02-05
1
-6
/
+6
|
*
Path approach shouldnt specify version
David Heinemeier Hansson
2010-02-05
1
-1
/
+1
|
*
New style for path references
David Heinemeier Hansson
2010-02-05
1
-2
/
+1
|
*
Add prototype ujs handler for data-method
Jeremy Kemper
2010-02-04
1
-0
/
+26
|
*
Update prototype-ujs for data-confirm
Jeremy Kemper
2010-02-04
1
-5
/
+12
|
*
Autorequire default libs and those in groups named after the current Rails en...
Jeremy Kemper
2010-02-04
1
-2
/
+2
|
*
Revert "Rails script commands load the application rather than just boot"
Jeremy Kemper
2010-02-04
1
-1
/
+1
|
*
Rails script commands load the application rather than just boot
Jeremy Kemper
2010-02-04
1
-1
/
+1
|
*
Move framework requires and Bundler.require from boot.rb to app.rb. Cut down ...
Jeremy Kemper
2010-02-04
2
-29
/
+14
|
*
Updated the database.yml file generated for ibm_db to the latest version of D...
Antonio Cangiano
2010-02-04
1
-11
/
+20
*
|
Change "script/server" to "rails server" in README.
Henrik N
2010-02-06
1
-8
/
+9
|
/
*
Update Gemfile to use latest bundler config.
José Valim
2010-02-04
2
-20
/
+26
*
Use a normal gem source url instead of a magic symbol
Jeremy Kemper
2010-02-04
1
-1
/
+1
*
Autorequire bundled libraries by default
Jeremy Kemper
2010-02-03
1
-1
/
+4
*
Update rails to use the latest bundler
Carl Lerche
2010-02-03
1
-1
/
+1
*
Make bin/rails call rails/commands/application, fix generators usage and upda...
José Valim
2010-02-03
2
-1
/
+2
*
Updating index.html to remove script/generate and making railties tests pass ...
Mikel Lindsaar
2010-02-02
1
-1
/
+1
*
Fix rails server
David Heinemeier Hansson
2010-02-02
1
-0
/
+1
*
Add a reminder that you should use "rails" not "script/rails" when running no...
David Heinemeier Hansson
2010-02-02
1
-0
/
+2
*
Removed all the default commands in script/* and replaced them with script/ra...
David Heinemeier Hansson
2010-02-02
11
-31
/
+6
*
Get rid of deprecation warnings on config/environments/*
José Valim
2010-02-02
3
-7
/
+7
*
Updating USAGE information for Mailer generator [#3801 status:resolved]
Kieran Pilkington
2010-02-02
1
-1
/
+1
*
Fixed --dev flag for new bundler
Mikel Lindsaar
2010-02-02
2
-2
/
+2
*
Add the database adapter in the generated Gemfile
Carl Lerche
2010-02-01
2
-0
/
+20
*
Update the generated Gemfile and config/boot.rb to work with bundler 0.9
Carl Lerche
2010-01-31
2
-11
/
+16
*
Include prototype ujs adapter with new apps
Joshua Peek
2010-01-30
1
-0
/
+77
*
Revert "Merge branch 'rails/master' into ujs"
Joshua Peek
2010-01-30
3
-715
/
+0
[next]