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
*
More fixes for symlinked setups #793 [phantom]
David Heinemeier Hansson
2005-03-07
3
-7
/
+5
*
Fixed that the routes.rb file wouldn't be found on symlinked setups due to Fi...
David Heinemeier Hansson
2005-03-06
2
-1
/
+3
*
Fix database creation for postgres (again) #790 [adamm <gnuman1@gmail.com>]
David Heinemeier Hansson
2005-03-06
1
-2
/
+2
*
Fixed rake stats to ignore editor backup files like model.rb~ #791 [skanthak]
David Heinemeier Hansson
2005-03-06
2
-1
/
+3
*
Fixed issues with caching root pages #734 [Nicholas Seckar]
David Heinemeier Hansson
2005-03-06
2
-1
/
+3
*
Changed ActiveRecordStore to use Marshal instead of YAML as the latter proved...
David Heinemeier Hansson
2005-03-06
2
-10
/
+25
*
Logs in GEMs is bad style
David Heinemeier Hansson
2005-03-06
1
-0
/
+1
*
Added exception shallowing if the DRb server can't be started (not worth maki...
David Heinemeier Hansson
2005-03-06
2
-1
/
+3
*
Fixed link_to documentation references nonexistent URL #573
David Heinemeier Hansson
2005-03-06
1
-6
/
+8
*
Added shortcut :id assignment to render_component and friends (before you had...
David Heinemeier Hansson
2005-03-06
2
-3
/
+5
*
Added an empty favicon.ico file to the public directory of new applications (...
David Heinemeier Hansson
2005-03-06
4
-2
/
+6
*
Added ActiveRecord::Base.colorize_logging to control whether to use colors in...
David Heinemeier Hansson
2005-03-06
3
-8
/
+20
*
Fixed that scaffold generator new template should use local variable instead ...
David Heinemeier Hansson
2005-03-06
2
-1
/
+3
*
Added support for timestamp with time zone in PostgreSQL #560 [Scott Barron]
David Heinemeier Hansson
2005-03-06
2
-0
/
+3
*
Added Object#blank? -- see http://redhanded.hobix.com/inspect/objectBlank.htm...
David Heinemeier Hansson
2005-03-06
2
-0
/
+12
*
Allow unit tests to run on a remote server for PostgreSQL #781 [adamm@galacti...
David Heinemeier Hansson
2005-03-06
2
-4
/
+6
*
Fixed that map.connect should convert arguments to strings #780 [Nicholas Sec...
David Heinemeier Hansson
2005-03-06
3
-1
/
+16
*
stats need the include paths set by the environment #782 [adamm]
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Added MultiparameterAssignmentErrors and AttributeAssignmentError exceptions ...
David Heinemeier Hansson
2005-03-06
3
-2
/
+50
*
Added UrlHelper#link_to_if/link_to_unless to enable other conditions that jus...
David Heinemeier Hansson
2005-03-06
3
-5
/
+43
*
Added web_service generator (run ./script/generate web_service for help) #776...
David Heinemeier Hansson
2005-03-06
5
-0
/
+89
*
Added web_service generator (run ./script/generate web_service for help) #776...
David Heinemeier Hansson
2005-03-06
2
-1
/
+4
*
Fixed that postgresql adapter would fails when reading bytea fields with null...
David Heinemeier Hansson
2005-03-06
1
-2
/
+2
*
Updated docs on auto-indexing #765 [Astinus]
David Heinemeier Hansson
2005-03-06
1
-0
/
+8
*
Updated wording in YAML error [noradio]
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Added transactional fixtures that uses rollback to undo changes to fixtures i...
David Heinemeier Hansson
2005-03-06
3
-29
/
+139
*
Better yaml fixture error #759 [xal]
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Added inflection rules for "sh" words, like "wish" and "fish" #755 [phillip@p...
David Heinemeier Hansson
2005-03-06
3
-2
/
+8
*
Added destruction of dependent objects in has_one associations when a new ass...
David Heinemeier Hansson
2005-03-06
5
-4
/
+29
*
Added validates_numericality_of #716 [skanthak/c.r.mcgrath]
David Heinemeier Hansson
2005-03-06
3
-42
/
+130
*
Added app/apis and components to code statistics report #729 [Scott Barron]
David Heinemeier Hansson
2005-03-06
2
-0
/
+4
*
Use example.com domains to make rails RFC2606 compliant #708
David Heinemeier Hansson
2005-03-06
2
-23
/
+23
*
Fixed WEBrick server to use ABSOLUTE_RAILS_ROOT instead of working_directory ...
David Heinemeier Hansson
2005-03-06
2
-1
/
+4
*
Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move...
David Heinemeier Hansson
2005-03-06
8
-23
/
+16
*
Fixed that single quote was not escaped in a UrlHelper#link_to javascript con...
David Heinemeier Hansson
2005-03-06
3
-1
/
+7
*
Removed the default border on link_image_to (it broke xhtml strict) -- can be...
David Heinemeier Hansson
2005-03-06
3
-11
/
+11
*
Fixed reflection_for_gps_location test
David Heinemeier Hansson
2005-03-06
1
-1
/
+5
*
Fixed that HasManyAssociation#count was using :finder_sql rather than :counte...
David Heinemeier Hansson
2005-03-06
3
-2
/
+6
*
Fixed that form helpers would treat string and symbol keys differently in htm...
David Heinemeier Hansson
2005-03-06
17
-232
/
+283
*
Fixed -h/--help for generate and destroy generators #331
David Heinemeier Hansson
2005-03-06
3
-0
/
+6
*
Added begin/rescue around the FCGI dispatcher so no uncaught exceptions can b...
David Heinemeier Hansson
2005-03-04
2
-1
/
+16
*
add action_web_service/test_invoke, will be used by for testing APIs in
Leon Breedt
2005-03-04
7
-3
/
+223
*
Fixed that broken pipe errors (clients disconnecting in mid-request) could br...
David Heinemeier Hansson
2005-03-03
2
-7
/
+14
*
Added the original exception message to session recall errors (so you can see...
David Heinemeier Hansson
2005-03-03
2
-1
/
+3
*
Fixed an exception when using Ajax based requests from Safari because Safari ...
David Heinemeier Hansson
2005-03-03
3
-10
/
+26
*
allow the client to specify options to be passed through to the underlying
Leon Breedt
2005-03-03
1
-0
/
+17
*
make the marshaler use the same set of columns as the code that generates
Leon Breedt
2005-03-02
3
-1
/
+13
*
Added String#to_time and String#to_date for wrapping ParseDate
David Heinemeier Hansson
2005-03-02
4
-0
/
+32
*
add missing entry for #allow_active_record_expects
Leon Breedt
2005-03-02
1
-0
/
+2
*
Fixed that RAILS_ROOT might not be defined when AP was loaded, so do a late i...
David Heinemeier Hansson
2005-03-02
2
-3
/
+8
[next]