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
*
Added a reader for flash.now, so it's possible to do stuff like flash.now[:al...
David Heinemeier Hansson
2005-10-26
3
-0
/
+15
*
Added petabytes and exebytes to numeric extensions (closes #2397) [timct@mac....
David Heinemeier Hansson
2005-10-26
3
-1
/
+16
*
Added Time#end_of_month to accompany Time#beginning_of_month (closes #2514) [...
David Heinemeier Hansson
2005-10-26
3
-0
/
+20
*
Fix docs (closes #2491)
David Heinemeier Hansson
2005-10-26
11
-55
/
+56
*
Fix docs (closes #2598)
David Heinemeier Hansson
2005-10-26
4
-13
/
+13
*
Allow Mailers to have custom initialize methods that set default instance var...
David Heinemeier Hansson
2005-10-26
2
-9
/
+13
*
Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl...
David Heinemeier Hansson
2005-10-26
9
-41
/
+79
*
Load rake task files in alphabetical order so you can build dependencies and ...
David Heinemeier Hansson
2005-10-26
2
-2
/
+7
*
Added quoted_true and quoted_false methods to db2_adapter and cleaned up test...
David Heinemeier Hansson
2005-10-26
4
-2
/
+14
*
Removed the dead test settings
Florian Weber
2005-10-26
1
-7
/
+1
*
Prepared for release of 0.14.2 (RC3)
David Heinemeier Hansson
2005-10-25
17
-23
/
+34
*
Allow symbols to rename columns when using SQLite adapter. #2531 [kevin.clark...
Jamis Buck
2005-10-25
3
-4
/
+30
*
r2736@asus: jeremy | 2005-10-24 17:08:12 -0700
Jeremy Kemper
2005-10-25
7
-194
/
+82
*
Minor documentation fix
Florian Weber
2005-10-25
1
-1
/
+1
*
Reset template variables after using render_to_string. Closes #2559
Nicholas Seckar
2005-10-25
4
-0
/
+14
*
Take a different approach to keeping flash around when using components.
Scott Barron
2005-10-25
2
-3
/
+11
*
r2727@asus: jeremy | 2005-10-24 14:14:36 -0700
Jeremy Kemper
2005-10-24
2
-9
/
+49
*
r2726@asus: jeremy | 2005-10-24 14:11:59 -0700
Jeremy Kemper
2005-10-24
2
-7
/
+6
*
A little spacing goes a long way
David Heinemeier Hansson
2005-10-24
2
-0
/
+3
*
r3689@sedna: jeremy | 2005-10-16 10:24:36 -0700
Jeremy Kemper
2005-10-23
5
-7
/
+29
*
r2718@asus: jeremy | 2005-10-23 14:45:30 -0700
Jeremy Kemper
2005-10-23
6
-106
/
+170
*
Map Active Record time to SQL TIME. Closes #2576.
Jeremy Kemper
2005-10-23
2
-2
/
+2
*
Map AR time to PostgreSQL TIME. Closes #2575.
Jeremy Kemper
2005-10-23
2
-1
/
+3
*
Constants set in the development/test/production environment file are set in ...
Jamis Buck
2005-10-23
4
-0
/
+43
*
Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.
Jeremy Kemper
2005-10-22
6
-15
/
+59
*
Scaffold generator pays attention to the controller name. Closes #2562.
Jeremy Kemper
2005-10-22
2
-1
/
+3
*
Include tasks from vendor/plugins/*/tasks in the Rakefile #2545 [Rick Olson]
David Heinemeier Hansson
2005-10-21
2
-1
/
+7
*
Expose the session model backing CGI::Session
Jeremy Kemper
2005-10-20
5
-9
/
+36
*
Fix Associations#clear for not-yet-loaded associations (Patrick Lenz)
Tobias Lütke
2005-10-20
3
-2
/
+13
*
HABTM finder sets :readonly => false. Closes #2525.
Jeremy Kemper
2005-10-20
4
-17
/
+32
*
Fixed misspell of "initialize_framework_settings"
Florian Weber
2005-10-20
1
-3
/
+3
*
Update CHANGELOG.
Marcel Molina
2005-10-19
1
-1
/
+2
*
Make all of tests runnable on their own.
Marcel Molina
2005-10-19
2
-3
/
+4
*
Add title case method to String to do, e.g., 'action_web_service'.titlecase #...
Marcel Molina
2005-10-19
4
-2
/
+29
*
Abbreviate RAILS_ROOT in traces
Jamis Buck
2005-10-19
2
-0
/
+10
*
Really ready for release
David Heinemeier Hansson
2005-10-19
8
-10
/
+9
*
Really ready for push
David Heinemeier Hansson
2005-10-19
5
-4
/
+14
*
Don't clean RAILS_ROOT on windows
Jamis Buck
2005-10-19
2
-3
/
+11
*
Made ready to push RC2
David Heinemeier Hansson
2005-10-19
8
-8
/
+16
*
Parenthesize :conditions
Jeremy Kemper
2005-10-18
7
-18
/
+19
*
Correct PostgreSQL primary key sequence detection. #2507
Jeremy Kemper
2005-10-18
2
-13
/
+22
*
Remove trailing '/' from RAILS_ROOT
Nicholas Seckar
2005-10-18
2
-1
/
+4
*
Update error trace templates
Nicholas Seckar
2005-10-18
2
-15
/
+22
*
Remove generated code from app traces; improve accuracy of framework traces
Nicholas Seckar
2005-10-18
3
-1
/
+19
*
Added support for using limits in eager loads that involve has_many and has_a...
David Heinemeier Hansson
2005-10-18
3
-11
/
+87
*
Upgrade to Prototype 1.4.0_rc1
Sam Stephenson
2005-10-18
1
-5
/
+7
*
unbreak unit tests on windows
Michael Koziarski
2005-10-18
1
-2
/
+0
*
Fix the html-scanner to count children correctly, playing nicely with :only, ...
Jamis Buck
2005-10-18
2
-3
/
+24
*
attempt to fix #2500
Michael Koziarski
2005-10-17
2
-4
/
+7
*
Updated the gem specs
David Heinemeier Hansson
2005-10-17
4
-6
/
+6
[next]