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 typo. References #7727, closes #7762.
Jeremy Kemper
2007-03-08
2
-2
/
+2
*
Backed out of using File.atomic_write in the asset_tag_helper.rb as its still...
David Heinemeier Hansson
2007-03-07
1
-3
/
+3
*
Caching shouldnt include the host still
David Heinemeier Hansson
2007-03-07
1
-2
/
+2
*
Cached versions of concatted js/css asset tags have to be written out atomica...
Tobias Lütke
2007-03-06
1
-4
/
+4
*
Prefer MIME constants to strings. Closes #7707.
Jeremy Kemper
2007-03-06
11
-37
/
+39
*
Sybase: hide timestamp columns since they're inherently read-only. Closes #7716.
Jeremy Kemper
2007-03-06
2
-2
/
+4
*
Oracle: overflow Time to DateTime. Closes #7718.
Jeremy Kemper
2007-03-06
5
-6
/
+12
*
Note that find results may not be in the same order as the id arguments. Clos...
Jeremy Kemper
2007-03-06
1
-0
/
+4
*
PostgreSQL: don't use async_exec and async_query with postgres-pr. Closes #7727.
Jeremy Kemper
2007-03-06
2
-1
/
+6
*
Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.
Jeremy Kemper
2007-03-06
9
-11
/
+13
*
Allow array and hash query parameters. Array route parameters are converted/t...
Jeremy Kemper
2007-03-06
5
-37
/
+71
*
Add a #dbman attr_reader for CGI::Session and make CGI::Session::CookieStore#...
Rick Olson
2007-03-06
3
-6
/
+10
*
Fix an edge case with dates during the Italian calendar reform! Hehe. Closes ...
Jeremy Kemper
2007-03-06
3
-4
/
+17
*
Ignore odd charset declaration in CONTENT_TYPE header which would throw off m...
Tobias Lütke
2007-03-05
2
-1
/
+21
*
Fix has_many :through << with custom foreign keys. Closes #6466, #7153.
Jeremy Kemper
2007-03-05
4
-3
/
+10
*
Time#since overflows to DateTime. Introduce Time#to_datetime. Closes #7715.
Jeremy Kemper
2007-03-05
5
-1
/
+25
*
Upgrade rake dependency from 0.7.1 to 0.7.2 to pull in its Ruby 1.8.6 compati...
Jeremy Kemper
2007-03-04
1
-1
/
+1
*
Sans request please
David Heinemeier Hansson
2007-03-04
1
-1
/
+1
*
Added Request#url that returns the complete URL used for the request [DHH]
David Heinemeier Hansson
2007-03-04
2
-50
/
+60
*
Added URL escaping of user and password when used through the UrlWriter
David Heinemeier Hansson
2007-03-04
2
-2
/
+9
*
Sort asset sources for consistent results across filesystems. Closes #7615.
Jeremy Kemper
2007-03-04
1
-2
/
+2
*
Improve dispatcher failsafe responses. Beef up compatibility with Mongrel's C...
Jeremy Kemper
2007-03-04
1
-23
/
+48
*
Extract dynamic scaffolding into a plugin. Closes #7700.
Jeremy Kemper
2007-03-04
3
-2
/
+4
*
Out-of-range Time calculations transparently overflow to DateTime. Closes #7706.
Jeremy Kemper
2007-03-04
3
-24
/
+71
*
Test DateTime native type in migrations. References #7649.
Jeremy Kemper
2007-03-04
3
-3
/
+7
*
DateTime calculations analogous to the Date and Time extensions. Closes #7693.
Jeremy Kemper
2007-03-04
4
-2
/
+316
*
Added user/password options for url_for to add http authentication in a URL [...
David Heinemeier Hansson
2007-03-03
4
-16
/
+38
*
Fix typo in validations documentation. Closes #7669. [ee]
Marcel Molina
2007-03-03
1
-2
/
+2
*
Fixed that FormTagHelper#text_area_tag should disregard :size option if it's ...
David Heinemeier Hansson
2007-03-03
4
-2
/
+10
*
SQLServer: recognize real column type as Ruby float, correctly schema-dump ta...
Jeremy Kemper
2007-03-03
4
-12
/
+47
*
Cookie store: use OpenSSL::HMAC instead of basic hash. Introduce :secret bloc...
Jeremy Kemper
2007-03-03
3
-35
/
+88
*
Cookie store: test that >4K raises CookieOverflow and that unverifiable cooki...
Jeremy Kemper
2007-03-03
2
-14
/
+47
*
Move plugin classes into the rails directory to match their namespace
Marcel Molina
2007-03-03
3
-2
/
+2
*
Move responsibility for ensuring that all registered gems were loaded from th...
Marcel Molina
2007-03-03
3
-24
/
+19
*
Use to_sentence rather than inspect when reporting which registered plugins a...
Marcel Molina
2007-03-02
1
-1
/
+1
*
Split out the basic plugin locator functionality into an abstract super class...
Marcel Molina
2007-03-02
8
-120
/
+151
*
Split plugin location and loading out of the initializer and into a new Plugi...
Marcel Molina
2007-03-02
9
-192
/
+338
*
Dispatcher test requires abstract_unit. Cleanup abstract_unit.
Jeremy Kemper
2007-03-01
2
-8
/
+3
*
Options are more often than not meaningless babble, just go nondescript instead
David Heinemeier Hansson
2007-03-01
1
-2
/
+2
*
Set the original button value in an attribute of the button when using the :d...
Jamis Buck
2007-02-28
3
-1
/
+4
*
Add missing files
Michael Koziarski
2007-02-28
2
-0
/
+43
*
Give DateTime correct .to_s implementations, lets it play nice with ActiveRec...
Michael Koziarski
2007-02-27
2
-0
/
+4
*
Add File.atomic_write to prevent users from seeing half written files. Usefu...
Michael Koziarski
2007-02-27
3
-0
/
+52
*
session_enabled? works with session :off. Closes #6680.
Jeremy Kemper
2007-02-27
3
-1
/
+14
*
boot.rb sets RAILS_ROOT, so remove that. Install http plugins inside a Dir.c...
Rick Olson
2007-02-27
1
-6
/
+6
*
set the RAILS_ROOT for script/plugin if it's not set already
Rick Olson
2007-02-27
1
-0
/
+1
*
Added assumption that all plugin creators desire to be sharing individuals an...
David Heinemeier Hansson
2007-02-27
4
-1
/
+33
*
mysql.rb ignores IOError in finalizer when socket is already closed
Jeremy Kemper
2007-02-26
1
-1
/
+5
*
Added :port and :host handling to UrlRewriter (which unified url_for usage, r...
David Heinemeier Hansson
2007-02-25
3
-2
/
+32
*
Doc fixes
David Heinemeier Hansson
2007-02-25
1
-36
/
+53
[prev]
[next]