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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix status pluralization bug so status_codes doesn't get pluralized as status...
Jeremy Kemper
2005-11-07
3
-2
/
+5
*
Added Kernel#silence_stderr to silence stderr for the duration of the given b...
Sam Stephenson
2005-11-07
3
-0
/
+40
*
Added :include as an option for association declarations [DHH]
David Heinemeier Hansson
2005-11-06
9
-13
/
+69
*
Fixed missing join table fixtures
David Heinemeier Hansson
2005-11-06
1
-1
/
+1
*
Sharper example
David Heinemeier Hansson
2005-11-06
1
-4
/
+2
*
Made association extensions use simpler block syntax
David Heinemeier Hansson
2005-11-06
6
-22
/
+84
*
Add documentation to assert_tag indicating that it only works with well-forme...
Jamis Buck
2005-11-06
2
-0
/
+8
*
Add a new test case to demonstrate that subject headers are being properly en...
Jamis Buck
2005-11-06
1
-0
/
+20
*
Fail gracefully when plugin was not found [Chad Fowler]
David Heinemeier Hansson
2005-11-06
1
-0
/
+2
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2890 5ecf4fe2-1ee6-...
Jeremy Kemper
2005-11-06
0
-0
/
+0
*
r2916@asus: jeremy | 2005-11-06 05:04:06 -0800
Jeremy Kemper
2005-11-06
1
-1
/
+1
*
r2915@asus: jeremy | 2005-11-06 05:02:53 -0800
Jeremy Kemper
2005-11-06
7
-69
/
+130
*
Fixed that SQL Server should ignore :size declarations on anything but intege...
David Heinemeier Hansson
2005-11-06
2
-1
/
+12
*
svn:externals is now an explicit option for script/plugin (closes #2755) [Rya...
David Heinemeier Hansson
2005-11-06
1
-35
/
+27
*
Enable HTTP installation of plugins when svn isn't avaialable. Closes #2661. ...
Sam Stephenson
2005-11-06
2
-8
/
+74
*
Move info.rb to rails_info.rb and load Rails::Info after initialization
Sam Stephenson
2005-11-05
4
-5
/
+23
*
Added script/about to display formatted Rails::Info output
Sam Stephenson
2005-11-05
7
-13
/
+36
*
Added Rails::Info to catalog assorted information about a Rails application's...
Sam Stephenson
2005-11-05
3
-0
/
+145
*
Update changelog
Sam Stephenson
2005-11-05
1
-0
/
+2
*
Added action_pack.rb stub so that ActionPack::Version loads properly
Sam Stephenson
2005-11-05
1
-0
/
+24
*
Scaffold-generated controller action gives paginate the plural_ rather than s...
Jeremy Kemper
2005-11-05
1
-1
/
+1
*
Update paginator docs. Closes #2744.
Jeremy Kemper
2005-11-05
1
-1
/
+2
*
script/lighttpd: Detach and exit the forked process
Sam Stephenson
2005-11-04
1
-3
/
+5
*
Fix assert_no_tag
David Heinemeier Hansson
2005-11-04
1
-1
/
+1
*
script/lighttpd: tail the logfile when running in the foreground, and attempt...
Sam Stephenson
2005-11-04
2
-12
/
+41
*
Added skip_before_filter/skip_after_filter for easier control of the filter c...
David Heinemeier Hansson
2005-11-04
4
-3
/
+69
*
Added extension capabilities to has_many and has_and_belongs_to_many proxies ...
David Heinemeier Hansson
2005-11-04
11
-47
/
+151
*
Omit internal dtproperties table from SQLServer table list. Closes #2729.
Jeremy Kemper
2005-11-04
2
-5
/
+9
*
Don't reap the spawner or reaper scripts either. Closes #2727.
Jeremy Kemper
2005-11-04
1
-1
/
+1
*
Explicitly require topic from reply fixture.
Jeremy Kemper
2005-11-04
1
-1
/
+3
*
Quote column names in generated SQL. Closes #2728.
Jeremy Kemper
2005-11-04
2
-2
/
+4
*
Don't reap spawn-fcgi. Closes #2727.
Jeremy Kemper
2005-11-03
2
-1
/
+3
*
Correct the pure-Ruby MySQL 4.1.1 shim's version test. Closes #2718.
Jeremy Kemper
2005-11-03
2
-13
/
+11
*
Add Model.create! to match existing model.save! method. When save! raises Re...
Jeremy Kemper
2005-11-03
3
-37
/
+77
*
Correct fixture behavior when table name pluralization is off. Closes #2719.
Jeremy Kemper
2005-11-03
2
-4
/
+6
*
Added extension capabilities to has_many and has_and_belongs_to_many proxies ...
David Heinemeier Hansson
2005-11-03
6
-10
/
+91
*
Restore the fast Numeric#blank? Closes #2714.
Jeremy Kemper
2005-11-03
1
-0
/
+6
*
Reaper knows how to find processes even if the dispatch path is very long. C...
Jeremy Kemper
2005-11-02
2
-3
/
+5
*
Correct reader method generation for primary key attribute: handle case when ...
Jeremy Kemper
2005-11-02
2
-13
/
+12
*
Changed 0.blank? to false rather than true since it violates everyone's expec...
Jeremy Kemper
2005-11-02
4
-10
/
+19
*
Added redirect_to :back as a short-hand for redirect_to(request.env["HTTP_REF...
David Heinemeier Hansson
2005-11-02
3
-0
/
+18
*
Make fcgi handler respond to TERM signals with an explicit exit
Jamis Buck
2005-11-02
3
-2
/
+24
*
Added demonstration of fixture use to the test case generated by the model ge...
David Heinemeier Hansson
2005-11-02
3
-7
/
+5
*
If specified, pass PostgreSQL client character encoding to createdb. Closes ...
Jeremy Kemper
2005-11-02
2
-1
/
+4
*
ensure close_session in AC::Base#process
Jeremy Kemper
2005-11-02
1
-2
/
+2
*
Failsafe response handler for dispatcher.
Jeremy Kemper
2005-11-02
3
-9
/
+68
*
Simplify gem search for :freeze_gems rake task.
Jeremy Kemper
2005-11-01
1
-1
/
+1
*
Move Dispatcher.dispatch CGI.new out of default args and into rescuable block...
Jeremy Kemper
2005-11-01
2
-12
/
+14
*
The freeze_gems Rake task accepts the VERSION environment variable to decide ...
Jeremy Kemper
2005-11-01
2
-6
/
+23
*
A missing primary key column shouldn't raise an error when generating its err...
Jeremy Kemper
2005-11-01
2
-1
/
+3
[prev]
[next]