1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
2005-06-16 06:17:51 +00:00
actionmailer Changed test requests to come from 0.0.0.0 instead of 127.0.0.1 such that they don't trigger debugging screens on exceptions, but instead call rescue_action_in_public 2005-06-14 08:04:49 +00:00
actionpack Added button_to as a form-based solution to deal with harmful actions that should be hidden behind POSTs. This makes it just as easy as link_to to create a safe trigger for actions like destroy, although it's limited by being a block element, the fixed look, and a no-no inside other forms. #1371 [tom@moertel.com] 2005-06-16 06:17:51 +00:00
actionwebservice Add workaround for SOAP4R changing find_mapped_soap_class return value [Shugo Maeda] 2005-06-13 03:22:01 +00:00
activerecord Added actual database-changing behavior to collection assigment for has_many and has_and_belongs_to_many #1425 [Sebastian Kanthak] 2005-06-16 05:35:10 +00:00
activesupport Fixed Time#at_beginning_of_week returned the next Monday instead of the previous one when called on a Sunday #1403 [jean.helou@gmail.com] 2005-06-16 05:56:49 +00:00
railties Fix spelling 2005-06-16 06:12:15 +00:00
cleanlogs.sh Logs in GEMs is bad style 2005-03-06 22:14:57 +00:00
pushgems.rb Releasing 0.11.0 2005-03-22 13:29:22 +00:00
release.rb Upload documentation to the new server 2005-04-19 04:30:52 +00:00