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
*
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
*
Allow send_file/send_data to use a registered mime type as the :type paramete...
David Heinemeier Hansson
2007-02-25
3
-3
/
+7
*
Allow routing requirements on map.resource(s) (closes #7633) [quixoten]
David Heinemeier Hansson
2007-02-25
3
-8
/
+44
*
Fixed broken test
David Heinemeier Hansson
2007-02-25
1
-2
/
+5
*
Moved perform_caching test set up into test's setup to fix a dependence fragi...
David Heinemeier Hansson
2007-02-25
1
-1
/
+4
*
Added source-annotations extractor tasks to rake [Jamis Buck]
David Heinemeier Hansson
2007-02-25
2
-0
/
+86
*
Setting fixtures automatically for integration tests is a bit harder -- will ...
David Heinemeier Hansson
2007-02-25
2
-0
/
+5
*
Added fixtures :all to test_helper.rb to assume that most people just want al...
David Heinemeier Hansson
2007-02-25
8
-4
/
+31
*
Cookie session store: empty and unchanged sessions don't write a cookie.
Jeremy Kemper
2007-02-25
3
-2
/
+19
*
Allow users to provide custom formatters to Logger. [aeden] Closes #7106, #2484
Michael Koziarski
2007-02-25
3
-4
/
+53
*
fix app generator
Rick Olson
2007-02-24
2
-3
/
+13
*
Make it a default assumption that you want all helpers, all the time (yeah, y...
David Heinemeier Hansson
2007-02-24
1
-0
/
+1
*
Added helper(:all) as a way to include all helpers from app/helpers/**/*.rb i...
David Heinemeier Hansson
2007-02-24
4
-6
/
+45
*
No s on config
David Heinemeier Hansson
2007-02-23
1
-2
/
+2
*
Include two default initializers as examples
David Heinemeier Hansson
2007-02-23
4
-3
/
+21
*
Added config/initializers where all ruby files within it are automatically lo...
David Heinemeier Hansson
2007-02-23
5
-19
/
+38
*
Move session settings closer together
David Heinemeier Hansson
2007-02-23
1
-7
/
+7
*
Make sure parsed emails recognize attachments nested in multpart parts (close...
Jamis Buck
2007-02-22
4
-2
/
+114
*
Fix broken tests
Jamis Buck
2007-02-22
1
-7
/
+7
*
Ruby 1.8.6 compatibility.
Jeremy Kemper
2007-02-22
1
-3
/
+3
*
Integration tests: introduce methods for other HTTP methods. Closes #6353.
Jeremy Kemper
2007-02-22
3
-2
/
+41
*
Use the query cache iff Active Record is configured.
Jeremy Kemper
2007-02-22
1
-8
/
+16
*
CGI escape the session cookie.
Jeremy Kemper
2007-02-22
2
-4
/
+4
*
Oops, don't omit the session_key since it's used as the cookie name.
Jeremy Kemper
2007-02-22
1
-1
/
+4
*
Session configuration in config/environment.rb instead of app/controllers/app...
Jeremy Kemper
2007-02-22
3
-7
/
+9
*
Missed commit for [6184]. Generate a random secret for new app's cookie sessi...
Jeremy Kemper
2007-02-21
3
-3
/
+8
[next]