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 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
*
Added better defaults for composed_of, so statements like composed_of :time_z...
David Heinemeier Hansson
2005-03-01
11
-6
/
+47
*
Made path work for lighttpd again as it uses an empty string where Apache ret...
David Heinemeier Hansson
2005-03-01
1
-1
/
+1
*
Ensure that the schema information table is available before doing any migration
David Heinemeier Hansson
2005-03-01
1
-1
/
+1
*
Added preliminary support for an agile database migration technique (currentl...
David Heinemeier Hansson
2005-03-01
9
-15
/
+317
*
Fix request.path_info and clear up LoadingModule behavior #754 [Nicholas Seckar]
David Heinemeier Hansson
2005-03-01
3
-9
/
+21
*
Fixed caching to be aware of extensions (so you can cache files like api.wsdl...
David Heinemeier Hansson
2005-03-01
1
-1
/
+3
*
add allow_active_record_expects option to ActionWebService::API::Base,
Leon Breedt
2005-02-28
2
-1
/
+11
*
Removed a fix that was caused by a bug in RubyGems 0.8.5
David Heinemeier Hansson
2005-02-28
2
-4
/
+0
*
Fixed that association#count would produce invalid sql when called sequential...
David Heinemeier Hansson
2005-02-28
2
-3
/
+5
*
drop version back down to 0.5.0 so that we can use 0.6.0 for the real
Leon Breedt
2005-02-27
1
-1
/
+1
*
Make all custom types and method calls are declared in the 'urn:ActionWebServ...
Leon Breedt
2005-02-27
21
-113
/
+348
*
Slicker way of quiting on less than Ruby 1.8.2
David Heinemeier Hansson
2005-02-27
1
-1
/
+1
*
Fixed test/mocks/testing to the correct test/mocks/test #740
David Heinemeier Hansson
2005-02-27
3
-2
/
+4
*
Added early failure if the Ruby version isn't 1.8.2 or above #735
David Heinemeier Hansson
2005-02-27
2
-1
/
+6
*
Fixed the missing shebang in main "rails" script #736
David Heinemeier Hansson
2005-02-27
2
-0
/
+8
*
--i/index is obsolete #743
David Heinemeier Hansson
2005-02-27
1
-3
/
+0
*
Added MacroReflection#macro which will return a symbol describing the macro u...
David Heinemeier Hansson
2005-02-27
3
-7
/
+18
*
Correct default for ip binding on webrick server #717
David Heinemeier Hansson
2005-02-27
1
-1
/
+1
*
Fixed that Routes would raise NameErrors if a controller component contains c...
David Heinemeier Hansson
2005-02-27
3
-0
/
+14
*
Added PATH_INFO access from the request that allows urls like the following t...
David Heinemeier Hansson
2005-02-27
3
-3
/
+15
[prev]
[next]