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
*
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
*
Fixed that caching the root would result in .html not index.html
David Heinemeier Hansson
2005-02-27
2
-1
/
+6
*
merged the changes for the upcoming 0.6.0:
Leon Breedt
2005-02-25
62
-2079
/
+2180
*
Tagged the 0.10.0 release
David Heinemeier Hansson
2005-02-25
3
-7
/
+9
*
handle elapsed times that are nil in #log_response (happens when API method
Leon Breedt
2005-02-25
1
-1
/
+1
*
Include Action Web Service and Active Support in the documentation
David Heinemeier Hansson
2005-02-24
1
-1
/
+5
*
Marked for release
David Heinemeier Hansson
2005-02-24
6
-5
/
+13
*
Made ready for 0.10.0 release
David Heinemeier Hansson
2005-02-24
6
-22
/
+22
*
With const_missing loading, its no longer necessary to dynamically require th...
David Heinemeier Hansson
2005-02-24
1
-2
/
+0
*
Updated a few more docs
David Heinemeier Hansson
2005-02-24
2
-7
/
+5
*
Drop the _doc nonsense and use the index.html straight on
David Heinemeier Hansson
2005-02-24
1
-2
/
+1
*
Drop the _doc nonsense and use the index.html straight on
David Heinemeier Hansson
2005-02-24
6
-83
/
+73
*
Noted things that wasnt mentioned
David Heinemeier Hansson
2005-02-24
1
-0
/
+4
*
Fixed that proxy IPs do not follow all RFC1918 nets #251 [caleb@aei-tech.com]
David Heinemeier Hansson
2005-02-24
2
-1
/
+3
*
Changed the auto-timestamping feature to use ActiveRecord::Base.default_timez...
David Heinemeier Hansson
2005-02-24
3
-5
/
+17
*
Made TimeZone even more delicious #709
David Heinemeier Hansson
2005-02-24
2
-9
/
+44
[next]