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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Axe excess backtracery.
Jeremy Kemper
2007-10-07
1
-6
/
+4
*
Extend the console +helper+ method to allow you to include custom helpers. Cl...
Michael Koziarski
2007-10-07
1
-2
/
+5
*
Bump versions for 1.2.4 release.
Jeremy Kemper
2007-10-05
1
-1
/
+1
*
Tidy up framework initialization code to ensure that it doesn't add folders t...
Michael Koziarski
2007-10-04
1
-10
/
+11
*
db:create works with remote databases whereas db:create:all only createsdatab...
Jeremy Kemper
2007-10-02
1
-31
/
+50
*
Add --prefix option to script/server when using mongrel. [dacat] Closes #9716
Michael Koziarski
2007-10-01
1
-1
/
+11
*
Removed calls to fixtures in generated tests as fixtures :all is now present ...
David Heinemeier Hansson
2007-10-01
4
-8
/
+0
*
Fixed that installing plugins from SVN repositories that use trunk/ will work...
David Heinemeier Hansson
2007-09-30
1
-8
/
+12
*
Moved the SourceAnnotationExtractor to a separate file in case libraries try ...
Rick Olson
2007-09-28
2
-62
/
+63
*
Better error messages if you leave out the :secret option for request forgery...
Rick Olson
2007-09-28
1
-1
/
+1
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
3
-3
/
+3
*
Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...
Jeremy Kemper
2007-09-26
2
-162
/
+6
*
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
2
-8
/
+14
*
Include the new 422 in the app generation
David Heinemeier Hansson
2007-09-24
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
1
-2
/
+7
*
Revert [7574]. Closes #7521.
Jeremy Kemper
2007-09-23
1
-5
/
+0
*
RailsFCGIHandler tests. Closes #9630.
Jeremy Kemper
2007-09-23
1
-62
/
+68
*
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
1
-3
/
+3
*
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
1
-0
/
+5
*
Fixed the placement of fixture files for nested models when generating throug...
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Added TEMPLATE option to rake doc:app to set a custom output template (closes...
David Heinemeier Hansson
2007-09-22
1
-1
/
+2
*
Added VERBOSE option to rake db:migrate to turn off output #8204 [jbarnette]
David Heinemeier Hansson
2007-09-22
1
-1
/
+2
*
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
1
-1
/
+2
*
Fixes rake annotations to search erb and builder files as well (closes #9150)...
David Heinemeier Hansson
2007-09-22
1
-2
/
+2
*
Doc fix (closes #9203) [lazyatom]
David Heinemeier Hansson
2007-09-22
1
-3
/
+7
*
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
1
-10
/
+0
*
Remove the AWS web_service generator
Michael Koziarski
2007-09-22
5
-85
/
+0
*
Added symbols as a legal way of specifying plugins in config.plugins (closes ...
David Heinemeier Hansson
2007-09-22
2
-4
/
+7
*
Added the :all option to config.plugins thatll include the rest of the plugin...
David Heinemeier Hansson
2007-09-21
2
-7
/
+33
*
Removed deprecated task names, like clear_logs, in favor of the new namespace...
David Heinemeier Hansson
2007-09-21
1
-53
/
+0
*
Updated some docs to reference the latest and greatest and played style nazi ...
David Heinemeier Hansson
2007-09-20
1
-10
/
+10
*
Support multiple config.after_initialize blocks so plugins and apps can more ...
Jeremy Kemper
2007-09-18
1
-6
/
+8
*
Added db:drop:all to drop all databases declared in config/database.yml [DHH]
David Heinemeier Hansson
2007-09-15
1
-11
/
+22
*
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
1
-1
/
+1
*
Use attribute pairs instead of the migration name to create add and remove co...
Michael Koziarski
2007-09-09
3
-20
/
+29
*
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]