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
2006-10-09 02:19:58 +00:00
actionmailer Make mime version default to 1.0. closes #2323 2006-09-09 21:56:38 +00:00
actionpack render_text may optionally append to the response body. render_javascript appends by default. This allows you to chain multiple render :update calls by setting @performed_render = false between them (awaiting a better public API). 2006-10-09 01:26:35 +00:00
actionwebservice Removed deprecated @request and @response usages. 2006-10-01 15:46:00 +00:00
activerecord Fixed rename_table on SQLite tables with indexes defined (closes #5942) [brandon@opensoul.org] 2006-10-09 02:14:36 +00:00
activeresource Add Base.delete for deleting resources without having to instantiate them first 2006-10-06 17:25:10 +00:00
activesupport Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra] 2006-10-04 09:03:57 +00:00
railties Fixed migration creation to work with namespaced models, so script/generate model Gallery::Image will use create_table :gallery_images #6327 [BobSilva] 2006-10-09 02:19:58 +00:00
cleanlogs.sh Logs in GEMs is bad style 2005-03-06 22:14:57 +00:00
pushgems.rb test svn 2006-09-12 01:09:52 +00:00
release.rb Use Aras RubyForge uploader 2006-04-09 22:14:08 +00:00