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
*
Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...
Jeremy Kemper
2007-09-26
6
-284
/
+15
*
Fix webrick when using the debugger (closes #9348) [bronson]
David Heinemeier Hansson
2007-09-25
1
-0
/
+1
*
Fix test (closes #9120) [hasmanyjosh]
David Heinemeier Hansson
2007-09-25
1
-1
/
+1
*
Use the correct generator name in the docs (closes #9111) [ceefour]
David Heinemeier Hansson
2007-09-25
1
-1
/
+1
*
Doof. Don't call it with false if it doesn't respond.
Jeremy Kemper
2007-09-25
1
-1
/
+1
*
Skip test runner workaround only if Test::Unit is loaded. Closes #9671 [tomafro]
Jeremy Kemper
2007-09-25
1
-1
/
+1
*
Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit with...
David Heinemeier Hansson
2007-09-25
3
-8
/
+16
*
Include the new 422 in the app generation
David Heinemeier Hansson
2007-09-24
1
-1
/
+1
*
Change from InvalidToken to InvalidAuthenticityToken to be more specific
David Heinemeier Hansson
2007-09-24
1
-1
/
+1
*
Give a pointer on where to look for more
David Heinemeier Hansson
2007-09-24
1
-2
/
+2
*
Added a default 422.html page to be rendered when ActiveRecord::RecordInvalid...
David Heinemeier Hansson
2007-09-24
4
-2
/
+34
*
protect new rails apps from csrf by default.
Rick Olson
2007-09-24
1
-0
/
+1
*
Fix docs (closes #9570) [anshkakashi]
David Heinemeier Hansson
2007-09-23
1
-1
/
+1
*
Follow our own conventions (closes #6506) [packagethief]
David Heinemeier Hansson
2007-09-23
1
-1
/
+1
*
Added --skip-fixture option to script/generate model (closes #6862) [sandofsky]
David Heinemeier Hansson
2007-09-23
2
-2
/
+9
*
Revert [7574]. Closes #7521.
Jeremy Kemper
2007-09-23
2
-7
/
+0
*
RailsFCGIHandler tests. Closes #9630.
Jeremy Kemper
2007-09-23
7
-243
/
+224
*
Dispatcher tests. References #9630.
Jeremy Kemper
2007-09-23
3
-76
/
+48
*
Skip svnindex.xsl files when installing plugins (closes #7070) [davidjrice]
David Heinemeier Hansson
2007-09-22
1
-0
/
+1
*
Print Rails version when starting console (closes #7440) [eyematz]
David Heinemeier Hansson
2007-09-22
2
-3
/
+5
*
Fix CSS error in scaffold (closes #7450) [kampers]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Added rake db:version to get the current schema version from the command line...
David Heinemeier Hansson
2007-09-22
2
-0
/
+7
*
Fixed the placement of fixture files for nested models when generating throug...
David Heinemeier Hansson
2007-09-22
2
-1
/
+3
*
Added TEMPLATE option to rake doc:app to set a custom output template (closes...
David Heinemeier Hansson
2007-09-22
2
-1
/
+4
*
Added VERBOSE option to rake db:migrate to turn off output #8204 [jbarnette]
David Heinemeier Hansson
2007-09-22
2
-1
/
+4
*
Doc fixes (closes #8608) [deepblue]
David Heinemeier Hansson
2007-09-22
1
-12
/
+6
*
Fixed that rake doc:app should use UTF-8 (closes #8906) [farzy]
David Heinemeier Hansson
2007-09-22
2
-1
/
+4
*
Fixes rake annotations to search erb and builder files as well (closes #9150)...
David Heinemeier Hansson
2007-09-22
2
-3
/
+5
*
Make tests run with mocha gem
David Heinemeier Hansson
2007-09-22
1
-4
/
+3
*
Doc fix (closes #9203) [lazyatom]
David Heinemeier Hansson
2007-09-22
2
-8
/
+16
*
Doc fix (closes #9259) [caio]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Plugin license and README should use a dynamic year (closes #9329) [bscofield]
David Heinemeier Hansson
2007-09-22
2
-2
/
+2
*
Remove last mentions of AWS from railties
Michael Koziarski
2007-09-22
2
-11
/
+1
*
Remove the AWS web_service generator
Michael Koziarski
2007-09-22
6
-85
/
+2
*
Added symbols as a legal way of specifying plugins in config.plugins (closes ...
David Heinemeier Hansson
2007-09-22
4
-11
/
+22
*
Fix test (closes #9618)
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Changelog fix (closes #9610) [tzaharia]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Added the :all option to config.plugins thatll include the rest of the plugin...
David Heinemeier Hansson
2007-09-21
6
-9
/
+69
*
Removed deprecated task names, like clear_logs, in favor of the new namespace...
David Heinemeier Hansson
2007-09-21
1
-53
/
+0
*
Stress that you should really install the C-based MySQL library when running ...
David Heinemeier Hansson
2007-09-20
1
-1
/
+1
*
Updated some docs to reference the latest and greatest and played style nazi ...
David Heinemeier Hansson
2007-09-20
4
-17
/
+29
*
Support multiple config.after_initialize blocks so plugins and apps can more ...
Jeremy Kemper
2007-09-18
3
-13
/
+79
*
Added db:drop:all to drop all databases declared in config/database.yml [DHH]
David Heinemeier Hansson
2007-09-15
2
-11
/
+24
*
Inform people that were using the cookie store as default and a caveat
David Heinemeier Hansson
2007-09-15
1
-1
/
+2
*
Missed Reloadable bits and pieces
Jeremy Kemper
2007-09-14
1
-5
/
+2
*
Don't raise superfluous exception on test failure.
Jeremy Kemper
2007-09-11
1
-6
/
+6
*
Update copyright span
David Heinemeier Hansson
2007-09-09
2
-2
/
+2
*
Use attribute pairs instead of the migration name to create add and remove co...
Michael Koziarski
2007-09-09
4
-20
/
+39
*
Fix task description for db:sessions:create. Closes #9419 [topfunky]
Michael Koziarski
2007-09-02
1
-1
/
+1
*
Remove duplication in test_help.rb Closes #3328 [jarkko]
Michael Koziarski
2007-09-02
1
-1
/
+1
[next]