| 8d236cc |
2010-04-30 |
add HTTP Token Authorization support to complement Basic... |
| 6363822 |
2009-09-04 |
Prepare for Rails 2.2.3 release. |
| 55501b9 |
2009-08-05 |
move the serialized AR record logic to #as_json. Leave ... |
| 2b5e4f3 |
2009-05-18 |
load the JSON Backend lazily. |
| e89241c |
2009-05-18 |
load the JSON Backend lazily. If the JSON gem is alread... |
| d052e9f |
2009-05-18 |
Add pluggable JSON backends with support for the JSON gem. |
| 3c4c6bd |
2009-04-23 |
* Add pluggable JSON backends with support for the JSON ... |
| 1cfc39e |
2009-02-25 |
update the default scope test to take the model's defaul... |
| 763effc |
2009-02-25 |
Merge branch '2-2-stable' of git@github.com:rails/rails ... |
| 00c46b5 |
2008-11-13 |
fix two MimeType failing test cases |
| 2075824 |
2008-09-20 |
Merge branch '2-1-stable' of git@github.com:rails/rails ... |
| 22e830f |
2008-09-20 |
Merge branch 'master' of git@github.com:rails/rails |
| 0aef9d1 |
2008-08-26 |
Merge branch 'master' of git@github.com:rails/rails |
| 0a6d75d |
2008-07-16 |
merge with local tweaks |
| a14cedc |
2008-07-08 |
Merge branch 'master' of git@github.com:rails/rails |
| e939f60 |
2008-07-06 |
Merge branch 'assert_redirected_to_fix' |
| 7459623 |
2008-07-06 |
fix ordering of assert_equal in assert_redirected_to. b... |
| a4138d4 |
2008-07-02 |
use mocha for TimeZone mocking in Form Options helper tests |
| d278d6d |
2008-09-04 |
use mocha for TimeZone mocking in Form Options helper tests |
| 01db5de |
2008-06-29 |
Merge branch 'state_machine' |
| c9e366e |
2008-06-28 |
all aasm tests without activerecord moved over and passing |
| a9d9ca1 |
2008-06-28 |
converted tests for more complex state transitions |
| 74cb056 |
2008-06-28 |
add basic events and transitions. still more tests to c... |
| b9528ad |
2008-06-28 |
initial statemachine machine and state classes |
| b7c6cef |
2008-06-28 |
tweak activemodel load order a bit |
| aec3c7a |
2008-06-28 |
add special requires for ActiveSupport::Inflector so you... |
| 7fc628e |
2008-06-28 |
convert specs to tests |
| 10c581a |
2008-06-19 |
fix merge |
| 64637da |
2008-06-09 |
add deprecation for the #concat helper's 2nd argument, w... |
| f545e19 |
2008-06-09 |
add deprecation for the #concat helper's 2nd argument, w... |
| 8bf74c3 |
2008-06-09 |
change some more TimeZone references to ActiveSupport::T... |
| 51e4106 |
2008-06-08 |
Add the gem load paths before the framework is loaded, s... |
| 924244b |
2008-06-19 |
Add the gem load paths before the framework is loaded, s... |
| faad1e3 |
2008-06-08 |
Fix discrepancies with loading rails/init.rb from gems. ... |
| e1bd75a |
2008-06-19 |
Fix discrepancies with loading rails/init.rb from gems. ... |
| 138adbf |
2008-06-08 |
Merge branch 'master' of git@github.com:rails/rails |
| 6a975d6 |
2008-06-01 |
fix changelog conflict |
| 72483c0 |
2008-06-01 |
Add ActiveRecord::Base.sti_name that checks ActiveRecord... |
| a6e7908 |
2008-05-31 |
fix doc typos |
| d5bcff1 |
2008-05-31 |
Consolidate error messages for missing gems, and skip th... |
| 2506e5c |
2008-05-31 |
Merge branch 'master' of git@github.com:rails/rails |
| 9c4f003 |
2008-05-31 |
fix Gem installation command with versions |
| 2243ffd |
2008-05-31 |
Merge branch 'master' of git@github.com:rails/rails |
| fbd901e |
2008-05-31 |
Merge branch 'master' of git@github.com:technoweenie/rails |
| 74fd173 |
2008-05-13 |
Merge branch 'master' of git@github.com:rails/rails |
| d09a844 |
2008-05-11 |
fix merge conflict with actionpack changelog |
| c8451ae |
2008-05-06 |
change ActionController::RequestForgeryProtection to use... |
| 92e2e59 |
2008-05-06 |
include bugfix to [e792d4ab70448f79142fdf492390682ff5ea6... |
| 0697d17 |
2008-05-06 |
Change the request forgery protection to go by Content-T... |
| 123e556 |
2008-05-06 |
Fix bug where plugin init.rb files from frozen gem specs... |
| 9c2657a |
2008-05-06 |
Merge commit 'e792d4ab70448f79142fdf492390682ff5ea6398' |
| 37599d1 |
2008-05-06 |
regression test for bug introduced in [6a6b4392c16c665eb... |
| 0052938 |
2008-05-06 |
Merge commit 'core/master' |
| eacb5cf |
2008-04-23 |
Merge branch 'master' of git@github.com:rails/rails |
| 69d29e8 |
2008-04-18 |
Merge branch 'master' of git@github.com:rails/rails |
| 750e321 |
2008-04-14 |
Merge commit 'stephencelis/master' into asset_shit |
| ed99dda |
2008-04-10 |
Change validates_uniqueness_of :case_sensitive option de... |
| 95fdc82 |
2008-04-09 |
Require rubygems if needed when initializing GemDependen... |
| 8a5a9dc |
2008-04-09 |
Add support for interleaving migrations by storing which... |
| 78c2d9f |
2008-04-08 |
ActiveRecord::Base#sum defaults to 0 if no rows are retu... |
| 4d594cf |
2008-04-08 |
Automatically parse posted JSON content for Mime::JSON r... |
| 0ff7a2d |
2008-04-08 |
add json_escape ERB util to escape html entities in json... |
| 0bea3f8 |
2008-04-08 |
Don't require rails/gem_builder during rails initializat... |
| 7e94cf7 |
2008-04-08 |
set ActiveSupport.escape_html_entities_in_json = false f... |
| 605196c |
2008-04-08 |
Add config.active_support.escape_html_entities_in_json t... |
| 8ff9e93 |
2008-04-02 |
missed an added file |
| 7d23166 |
2008-04-02 |
Flesh out rake gems:unpack to unpack all gems, and add r... |
| c4ccca1 |
2008-04-01 |
spell check |
| e0402fe |
2008-04-01 |
Add config.active_support for future configuration optio... |
| 1eb57a6 |
2008-04-01 |
Add config.active_support.use_standard_json_time_format ... |
| d450ac4 |
2008-04-01 |
Tweak ActiveRecord::Base#to_json to include a root value... |
| e223216 |
2008-04-01 |
Add efficient #include? to AssociationCollection (for ha... |
| cc2d6a0 |
2008-03-31 |
Allow files in plugins to be reloaded like the rest of t... |
| c2ce698 |
2008-03-30 |
whoops, typo in the CHANGELOG |
| 65b4702 |
2008-03-30 |
Small tweak to allow plugins to specify gem dependencies... |
| 088ef18 |
2008-03-30 |
Added config.gem for specifying which gems are required ... |
| c366515 |
2008-03-26 |
Fix issue where the :uniq option of a has_many :through ... |
| 1648208 |
2008-03-26 |
Fix duplicate table alias error when including an associ... |
| 628ffad |
2008-03-26 |
More efficient association preloading code that compacts... |
| 081ddb6 |
2008-03-24 |
Merge the has_finder gem, renamed as 'named_scope'. Clos... |
| 5bf4cbb |
2008-03-24 |
Allow the #simple_format text_helper to take an html_opt... |
| e1790ef |
2008-03-23 |
Ensure that TimeWithZone#to_yaml works when passed a YAM... |
| 0381398 |
2008-03-23 |
Fix regression from filter refactoring where re-adding a... |
| c23c9bd |
2008-03-21 |
Allow association scoping for built/created records if :... |
| 273b21f |
2008-03-21 |
Add has_one :through support, finally. Closes #4756 [the... |
| 1e0ac3a |
2008-03-13 |
Fix more obscure nested parameter hash parsing bug. Clo... |
| b96db52 |
2008-03-13 |
port [9018] to 2.0 stable |
| 7750afc |
2008-03-13 |
Ensure that ActiveRecord::Calculations disambiguates fie... |
| 3a17ea9 |
2008-03-11 |
Fix nested parameter hash parsing bug. #10797 [thomas.lee] |
| 8670631 |
2008-03-07 |
Better error message for type conflicts when parsing par... |
| de048b1 |
2008-02-14 |
Improve associations performance by using symbol callbac... |
| 9d03813 |
2008-02-14 |
apply [8865] to 2.0 stable |
| 8a2266c |
2008-02-14 |
Improve associations performance by avoiding named block... |
| 569a78c |
2008-02-07 |
Apply [8810], [8811], [8812], and [8813] to 2.0 stable |
| 4a9fc44 |
2008-02-07 |
Remove ERB trim variables from trace template in case Ac... |
| efa739d |
2008-02-07 |
Fix typo in form_helper documentation. Closes #10650 [xa... |
| 8e6638a |
2008-02-07 |
Fix bug with setting Request#format= after the getter ha... |
| 689e275 |
2008-02-07 |
Remove :nodoc: entries around the ActiveSupport test/uni... |
| 57cea9c |
2008-02-07 |
Add a slightly more informative exception message for Ac... |
| 13264af |
2008-02-06 |
Correct inconsistencies in RequestForgeryProtection docs... |
| 72385a7 |
2008-02-06 |
Add Time Zone support to ActiveRecord, and config.time_z... |
| 20bab5b |
2008-02-03 |
ensure that the after_initialize hooks are run after the... |
| 5ef2b08 |
2008-02-02 |
Reshuffle load order so that routes and observers are in... |
| 9623264 |
2008-01-29 |
Remove unnofficial 'PST' timezone |
| bd72d06 |
2008-01-29 |
Support retrieving TimeZones with a Duration. TimeZone[... |
| 4979448 |
2008-01-18 |
Ensure that modifying has_and_belongs_to_many actions cl... |
| 3dd6027 |
2008-01-12 |
Update scaffold to use labels instead of bold tags. Clo... |
| ebfd03b |
2008-01-11 |
Fix issue where Table#references doesn't pass a :null op... |
| 3a90e72 |
2008-01-11 |
Updated TMail to version 1.2.1 (2.0 stable) [raasdnil] |
| 2dda639 |
2008-01-11 |
Updated TMail to version 1.2.1 [raasdnil] |
| ce84ceb |
2008-01-07 |
Doc fixes for #atom_feed_helper. Closes #10715 [hasmany... |
| 24abd43 |
2008-01-07 |
Doc fixes for #atom_feed_helper. #10715 [hasmanyjosh] |
| 083b0b7 |
2008-01-07 |
Catchup Backport to 2.0 of the following Changesets: |
| 0ad24df |
2008-01-02 |
Optimize ActiveRecord::Base#exists? to use #select_all i... |
| 744b1d7 |
2008-01-02 |
Fix atom_feed_helper to comply with the atom spec. Clos... |
| 4261b83 |
2008-01-02 |
Fix small documentation typo. Closes #10670 [l.guidi] |
| 14f6440 |
2008-01-02 |
Correct indentation in a couple spots. Closes #10671 [l... |
| 58cf6df |
2007-12-28 |
Fix that auto_link looks for ='s in url paths (Amazon ur... |
| 9e25363 |
2007-12-28 |
remove multiple enumerations from ActiveSupport::JSON#co... |
| 0e3a54a |
2007-12-28 |
Don't unnecessarily load has_many associations in after_... |
| e873071 |
2007-12-28 |
Allow setting ActiveResource::Base#format before #site. ... |
| c54b915 |
2007-12-28 |
Support agnostic formats when calling custom methods. C... |
| 90d75e5 |
2007-12-28 |
inherit from the new ActiveSupport::BlankSlate class |
| e781fad |
2007-12-23 |
Fix HTML Sanitizer to allow trailing spaces in CSS style... |
| 5dc831f |
2007-12-19 |
add passing test for Test::Unit subclasses running #setu... |
| ce102e3 |
2007-12-15 |
Ensure optimistic locking handles nil #lock_version valu... |
| abd7cf3 |
2007-12-15 |
Make the Fixtures Test::Unit enhancements more supportin... |
| d98728e |
2007-12-12 |
Fix that validates_acceptance_of still works for non-exi... |
| 66e97c3 |
2007-12-11 |
Ensure that the :uniq option for has_many :through assoc... |
| 37b874b |
2007-12-08 |
Fix DoubleRenderError message and leave out mention of r... |
| d1c6349 |
2007-12-08 |
Clean up some cruft around ActionController::Base#head. ... |
| b30de60 |
2007-12-08 |
Refactor of Hash#symbolize_keys! to use Hash#replace. C... |
| 4dcd406 |
2007-12-08 |
Fix HashWithIndifferentAccess#to_options! so it doesn't ... |
| 112ed30 |
2007-12-04 |
Add 'disabled' attribute to <OPTION> separators used in ... |
| 0a9bc59 |
2007-11-29 |
Raise UnknownHttpMethod exception for unknown HTTP metho... |
| 87e506d |
2007-11-26 |
Add #prepend_view_path and #append_view_path instance me... |
| 1af084e |
2007-11-26 |
Refactor sanitizer helpers into HTML classes and make it... |
| bd5ed65 |
2007-11-26 |
Update ActionMailer so it treats ActionView the same way... |
| 3d67860 |
2007-11-26 |
Add deprecation for old subtemplate syntax for ActionMai... |
| 8afb4e1 |
2007-11-26 |
Fix TemplateError so it doesn't bomb on exceptions while... |
| 24e6cbc |
2007-11-19 |
Don't cache net/http object so that ActiveResource is mo... |
| 3104291 |
2007-11-11 |
Fix HasManyThrough Association so it uses :conditions on... |
| 49cb412 |
2007-11-11 |
Only load ActionMailer::TestCase if ActionMailer is load... |
| 5dc3f91 |
2007-11-09 |
initial experimental commit of active_model |
| fcfcc70 |
2007-11-08 |
Ensure the plugin loader only loads plugins once. Close... |
| f1b1af8 |
2007-11-08 |
Refactor Plugin Loader. Add plugin lib paths early, and... |
| 2a51c86 |
2007-11-06 |
Update TMail to v1.1.0. Use an updated version of TMail... |
| c708346 |
2007-10-29 |
Change JSON to encode %w(< > &) as 4 digit hex codes to ... |
| 742694e |
2007-10-26 |
Simplfy #view_paths implementation. ActionView template... |
| d7aa32d |
2007-10-26 |
Update tests for ActiveSupport's JSON escaping change. ... |
| d5a93b6 |
2007-10-26 |
FormHelper's auto_index should use #to_param instead of ... |
| 34c125d |
2007-10-26 |
Fix JSON encoding/decoding bugs dealing with /'s. Close... |
| 7042163 |
2007-10-20 |
Ensure that mysql quotes table names with database names... |
| 5285270 |
2007-10-20 |
merge [7978] from edge |
| c9fecf2 |
2007-10-20 |
Ensure that cookies handle array values correctly. Clos... |
| c1bc61c |
2007-10-14 |
Add notes to documentation regarding attr_readonly behav... |
| f56dd10 |
2007-10-14 |
Observers can observe model names as symbols properly no... |
| 5b2e8b1 |
2007-10-06 |
Fix that ActiveRecord would create attribute methods and... |
| 24c2457 |
2007-10-05 |
Don't call attr_readonly on polymorphic belongs_to assoc... |
| 3dc62ab |
2007-10-03 |
rescue LoadError if memcache isn't available while loadi... |
| 408f496 |
2007-10-03 |
Use #require_library_or_gem to load the memcache library... |
| 904df81 |
2007-10-03 |
Move ActionController::Routing.optimise_named_routes to ... |
| 66d05f5 |
2007-09-30 |
Add attr_readonly to specify columns that are skipped du... |
| 30a652a |
2007-09-30 |
Make size for has_many :through use counter cache if it ... |
| 8c33359 |
2007-09-28 |
Moved the SourceAnnotationExtractor to a separate file i... |
| 82ff277 |
2007-09-28 |
Better error messages if you leave out the :secret optio... |
| 03f3187 |
2007-09-28 |
[7668] part deux (forgot to add the railties love to the... |
| 5edc81d |
2007-09-28 |
Allow ability to disable request forgery protection, dis... |
| 605aadb |
2007-09-24 |
protect new rails apps from csrf by default. |
| 2c73115 |
2007-09-24 |
port over some of the csrf_killer README docs |
| 2a60093 |
2007-09-24 |
Decode json strings as Dates/Times if they're using a YA... |
| c619003 |
2007-09-23 |
Rename some RequestForgeryProtection methods. The class... |
| da0725a |
2007-09-23 |
move TextHelper#sanitize config options to the TextHelpe... |
| 4e3ed5b |
2007-09-23 |
Merge csrf_killer plugin into rails. Adds RequestForger... |
| 2d02199 |
2007-09-23 |
Secure #sanitize, #strip_tags, and #strip_links helpers ... |
| 51977bc |
2007-09-04 |
Fix bug where unserializing an attribute attempts to mod... |
| 0fc77b3 |
2007-08-20 |
correct the ActionCacheTest from [7346] |
| 1a459e8 |
2007-08-20 |
Fix bug where action caching sets the content type to th... |
| 4954c77 |
2007-08-15 |
add missing layouts from [7321] |
| 0127e58 |
2007-08-15 |
Find layouts even if they're not in the first view_paths... |
| 4b64110 |
2007-08-03 |
Fix Time#advance bug when trying to advance a year from ... |
| ea07212 |
2007-07-25 |
dont call #collect on a string when returning query cach... |
| f5ea6f8 |
2007-07-25 |
Perform a deep #dup on query cache results so that modif... |
| d51e7f8 |
2007-07-25 |
Ensure that has_many :through associations use a count q... |
| b49fcde |
2007-07-25 |
tiny doc patches [lifo] |
| 2d7afe4 |
2007-07-25 |
misc doc fixes + Add ActiveResource to Rails::Info. Clo... |
| bdcbfa9 |
2007-07-25 |
Allow you to set custom :conditions on resource routes. ... |
| 7de537d |
2007-07-24 |
Automatically generate add/remove column commands in spe... |
| 3029a76 |
2007-07-20 |
Fix #count on a has_many :through association so that it... |
| a413056 |
2007-07-17 |
Fix and properly document/test count(column_name) usage.... |
| 872c5f4 |
2007-07-16 |
Remove deprecated count(conditions=nil, joins=nil) usage... |
| 4ef5af8 |
2007-07-16 |
Change belongs_to so that the foreign_key assumption is ... |
| f9b7394 |
2007-07-12 |
Default to plural table name in Rails Generator if Activ... |
| a450e76 |
2007-07-01 |
Allow you to render views with periods in the name. Clo... |
| 9e44614 |
2007-06-21 |
Added proper handling of arrays. Closes #8537 [hasmanyjosh] |
| 6af2cbc |
2007-06-18 |
remove extra debug line. Closes #8681 [Giles Bowkett] |
| 7f51734 |
2007-06-15 |
Make ActionView#view_paths an attr_accessor for real thi... |
| 9d4225f |
2007-06-15 |
Fixed that dispatcher preparation callbacks only run onc... |
| b83efad |
2007-06-05 |
Assume html format when rendering partials in RJS. #8076... |
| ed1ed9e |
2007-06-05 |
revert [6924] |
| 4d1c87a |
2007-06-01 |
pass the prefix_options to the instantiated record when ... |
| 32b307b |
2007-05-29 |
fix test cases to match new json output. Closes #8371 |
| 0345c97 |
2007-05-29 |
escape <'s and >'s in JSON strings. #8371 [Rick] |
| d5950cd |
2007-05-28 |
apply [6879] to stable. Closes #7293. |
| 4472a30 |
2007-05-28 |
Allow nil serialized attributes with a set class constra... |
| cd599aa |
2007-05-27 |
Action Caching speedup. #8231 [skaes] |
| 04354cd |
2007-05-24 |
update changelog too |
| c57c721 |
2007-05-24 |
Ensure that associations with :dependent => :delete_all ... |
| 4b9e67c |
2007-05-24 |
catch possible WSOD when trying to render a missing part... |
| f6edfa3 |
2007-05-21 |
forgot binary fixture |
| e5590d6 |
2007-05-21 |
forgot binary fixture |
| b14378c |
2007-05-21 |
merge [6798] into stable. |
| 96bc3d2 |
2007-05-21 |
Fix column type detection while loading fixtures. Close... |
| ebf9b37 |
2007-05-15 |
Add some performance enhancements to ActionView. |
| fa3618d |
2007-05-15 |
add test case for js.erb partials on *.js formatted requ... |
| 80074cb |
2007-05-15 |
Assume that rendered partials go by the HTML format by d... |
| 0873678 |
2007-05-09 |
Handle string and symbol param keys when splitting param... |
| 0fd9743 |
2007-05-02 |
apply [6648] to 1.2 stable |
| cdc26bd |
2007-05-02 |
apply [6649] to stable, closes #8226 [Stefan Kaes] |
| 0778464 |
2007-05-02 |
Replace the current block/continuation filter chain hand... |
| 8e8fd99 |
2007-04-29 |
change #custom_headers to just #headers [Rick] |
| bd50d82 |
2007-04-29 |
Add support for setting custom headers per ActiveResourc... |
| b3c4e30 |
2007-04-24 |
dont bother merging in prefix_options |
| 2df386a |
2007-04-24 |
why oh why do i always forget to save the changelog |
| 208d12d |
2007-04-24 |
Remove explicit prefix_options parameter for ActiveResou... |
| f86ff9f |
2007-04-24 |
oops! forgot new layout for layout tests |
| eb7a304 |
2007-04-20 |
apply [6543] to edge. Closes #5044 [tpope] |
| 67465f8 |
2007-04-20 |
forgot to save changelog |
| e522f75 |
2007-04-20 |
Return the string representation from an Xml Builder whe... |
| 39ccb5e |
2007-04-15 |
Tweak template format rules so that the ACCEPT header is... |
| 596112d |
2007-04-12 |
remove useless mock test |
| 6351e0a |
2007-04-12 |
The default respond_to blocks don't set a specific exten... |
| f5b8fc0 |
2007-04-12 |
Allow layouts with extension of .html.erb. Closes #8032... |
| 4b08caf |
2007-04-08 |
Only load ActionController::UrlWriter if ActionControlle... |
| ec4d407 |
2007-04-08 |
add #view_paths attr_accessor for ActionView::Base |
| da336c1 |
2007-04-08 |
add tip on keeping backwards compatibility |
| e0f8342 |
2007-04-08 |
Change default respond_to templates for xml and rjs form... |
| bdb1fcc |
2007-04-08 |
Fix WSOD due to modification of a formatted template ext... |
| 142b074 |
2007-04-08 |
Fix WSOD when template compilation fails [Rick] |
| da6f5a1 |
2007-04-02 |
Change ActionView template defaults. Look for templates... |
| cf86519 |
2007-04-01 |
add ActionView::Base#find_template_extension_for tests |
| b564d7e |
2007-03-27 |
documentation project patches, closes #7342, #7319, #731... |
| 2a30594 |
2007-03-27 |
documentation project patches, closes #7342, #7319, #731... |
| 4b78a2a |
2007-03-27 |
Add helpful debugging info to the ActiveRecord::Statemen... |
| c6d7260 |
2007-03-22 |
Allow configuration of the default action cache path for... |
| 42f8e3f |
2007-03-13 |
trim the fat |
| 3054971 |
2007-03-13 |
apply [6408] to stable |
| e3dab67 |
2007-03-13 |
Allow a polymorphic :source for has_many :through associ... |
| b7107d0 |
2007-03-13 |
forgot to add tests for #7044 |
| 5552dad |
2007-03-12 |
Apply [5709] to stable |
| 2b7dbad |
2007-03-06 |
Add a #dbman attr_reader for CGI::Session and make CGI::... |
| 742bee4 |
2007-02-27 |
apply [6248] to stable |
| 8887616 |
2007-02-27 |
boot.rb sets RAILS_ROOT, so remove that. Install http p... |
| 81ae385 |
2007-02-27 |
set the RAILS_ROOT for script/plugin if it's not set alr... |
| ad9bacb |
2007-02-24 |
fix app generator |
| e312cc3 |
2007-02-15 |
remove Mime::PLAIN from tests so its not confused with t... |
| 5d54b8f |
2007-02-15 |
Add Mime::Type convenience methods to check the current ... |
| e41f489 |
2007-02-08 |
Merge [6140] from trunk. |
| 9f31ecb |
2007-02-06 |
rename #lookup_template_base_path_for to #find_base_path... |
| 2782c37 |
2007-02-05 |
Fix #render_file so that TemplateError is called with th... |
| 38e5d21 |
2007-02-04 |
Fix Rails::Initializer since #view_paths is never nil |
| f2f2686 |
2007-02-04 |
Update Rails Initializer to use ActionController::Base#v... |
| 92195e6 |
2007-02-04 |
Fix issue with deprecation messing up #template_root= us... |
| 69b0e5c |
2007-02-04 |
Allow Controllers to have multiple view_paths instead of... |
| 0ee158a |
2007-02-04 |
Add much-needed html-scanner tests. Fixed CDATA parsing... |
| 19fbb31 |
2007-02-04 |
Add much-needed html-scanner tests. Fixed CDATA parsing... |
| 92b00ef |
2007-02-04 |
fix problem with EMPTY_INHERITABLE_ATTRIBUTES being rede... |
| 4790228 |
2007-02-04 |
fix problem with EMPTY_INHERITABLE_ATTRIBUTES being rede... |
| 21fafdd |
2007-02-04 |
apply [6113] to stable |
| 7a49cb0 |
2007-02-04 |
fix form_for example in ActionController::Resources docu... |
| 86519a6 |
2007-02-04 |
Optimize Class Inheritable Attributes so that unnecessar... |
| 0a454cd |
2007-02-04 |
fix #write_inheritable_attribute bug that crept in |
| 3340261 |
2007-02-04 |
Optimize Class Inheritable Attributes so that unnecessar... |
| 6a04f35 |
2007-02-04 |
Don't create instance writer methods for class attribute... |
| 58cb43c |
2007-02-04 |
Added :instance_writer option to #mattr_writer/accessor,... |
| ef3ffd1 |
2007-02-04 |
Add singleton resources from trunk [Rick Olson] |
| 1a11bff |
2007-01-28 |
Don't create instance writer methods for class attribute... |
| 5e85a1c |
2007-01-28 |
Added :instance_writer option to #mattr_writer/accessor,... |
| eca93d0 |
2007-01-28 |
Rename test file so it's not ignored by rake |
| c28a70c |
2007-01-26 |
Require the dispatcher for Rails::Configuration#to_prepa... |
| d5bd679 |
2007-01-24 |
Add missing tests ensuring callbacks work with class inh... |
| f49e449 |
2007-01-24 |
Carry over the convenience of #create from ActiveRecord.... |
| be7f86e |
2007-01-23 |
Added test coverage for Inflector.inflections.clear. Cl... |
| a44cee2 |
2007-01-23 |
ActiveSupport::Multibyte::Handlers::UTF8Handler should r... |
| 1bdb14b |
2007-01-23 |
Increase ActiveResource::Base test coverage. Closes #71... |
| f3f691e |
2007-01-23 |
A couple extra tests for #classify. Closes #7273. [Josh... |
| 8296c68 |
2007-01-23 |
Remove useless code in #attribute_present? since 0 != bl... |
| bc97a87 |
2007-01-23 |
Fix incorrect usage of #classify when creating the eager... |
| 37fa17f |
2007-01-23 |
Add/Update usage documentation for script/destroy, resou... |
| 025f895 |
2007-01-17 |
Modernize cookie testing code, and increase coverage (He... |
| fcd7382 |
2007-01-17 |
Modernize cookie testing code, and increase coverage (He... |
| d2205ea |
2007-01-17 |
Improve Test Coverage for ActionController::Routing::Rou... |
| e9e86fd |
2007-01-17 |
Heckling ActionController::Resources::Resource revealed ... |
| 582c028 |
2007-01-17 |
Heckling ActionController::Resources::Resource revealed ... |
| 4733182 |
2007-01-17 |
Fix #distance_of_time_in_words to report accurately agai... |
| 1ff8450 |
2007-01-17 |
Refactor #form_tag to allow easy extending. [Rick] |
| 932e7b0 |
2007-01-16 |
Mega documentation patches. #7025, #7069 [rwdaigle] |
| cc99f3f |
2007-01-16 |
[DOC] clear up some ambiguity with the way has_and_belon... |
| 56c5535 |
2007-01-16 |
[DOC] clear up some ambiguity with the way has_and_belon... |
| dd6826e |
2007-01-12 |
Recognize the .txt extension as Mime::TEXT [Rick] |
| 86f78cd |
2007-01-11 |
merge [5718] to 1.2 branch |
| 398c1a5 |
2007-01-10 |
add some more detail on nested resource docs [Rick] |
| ba1225c |
2007-01-10 |
add some more detail on nested resource docs [Rick] |
| 10d0fcd |
2007-01-08 |
Lookup the mime type for #auto_discovery_link_tag in the... |
| 0727af8 |
2007-01-08 |
Fix bug where nested resources ignore a parent singleton... |
| 25c3ee4 |
2007-01-05 |
add application.js filter to fix failing asset tag helpe... |
| de9ccd8 |
2007-01-05 |
Slight doc tweak to the ActionView::Helpers::PrototypeHe... |
| 2228fdb |
2007-01-05 |
Slight doc tweak to the ActionView::Helpers::PrototypeHe... |
| b51727a |
2007-01-05 |
Slight doc tweak to #prepend_filter. Closes #6493 [Jere... |
| 9cc2e0f |
2007-01-05 |
Slight doc tweak to #prepend_filter. Closes #6493 [Jere... |
| 1696c1f |
2007-01-05 |
Add more extensive documentation to the AssetTagHelper. ... |
| 6c914d9 |
2007-01-05 |
Add more extensive documentation to the AssetTagHelper. ... |
| 2c1d0e2 |
2007-01-05 |
Clean up multiple calls to #stringify_keys in TagHelper,... |
| 730c8e8 |
2007-01-05 |
Clean up multiple calls to #stringify_keys in TagHelper,... |
| f1a4c44 |
2007-01-05 |
[DOCS] Apply more documentation for ActiveRecord Reflect... |
| 1400e7f |
2007-01-05 |
[DOCS] Apply more documentation for ActiveRecord Reflect... |
| 382547d |
2007-01-05 |
[DOCS] Document :allow_nil option of #validate_uniquenes... |
| 606376b |
2007-01-05 |
[DOCS] Document :allow_nil option of #validate_uniquenes... |
| 376dcb8 |
2007-01-05 |
[DOCS] fix reference to ActionController::Macros::AutoCo... |
| f1b45df |
2007-01-05 |
[DOCS] fix reference to ActionController::Macros::AutoCo... |
| 8219db5 |
2007-01-04 |
rollback [5833] and [5835] |
| e9a7b23 |
2007-01-04 |
rollback [5833] and [5835] |
| 21e4825 |
2007-01-04 |
apply [5835] to 1.2 RC branch |
| 1023bc6 |
2007-01-04 |
Allow ActionController::Base.session_store and #fragment... |
| 622d70a |
2007-01-04 |
apply [5833] to 1.2 RC branch |
| 05aa57b |
2007-01-04 |
Allow ActionController::Base.session_store to lazily loa... |
| 1af2022 |
2007-01-02 |
Rollback #new_record? and #id values for created records... |
| 7269ee2 |
2006-12-27 |
apply [5801] to 1.2 stable branch |
| 5cf118b |
2006-12-27 |
Ensure plugins are in the Dependencies.load_once_paths c... |
| df27fb8 |
2006-12-26 |
apply [5790] to 1.2 stable branch |
| 29ec023 |
2006-12-26 |
Fix scaffold_resource generator so it respects the --pre... |
| 3054a74 |
2006-12-25 |
apply [5785] to 1.2 branch |
| 1fb2f21 |
2006-12-25 |
apply [5784] to 1.2 pre-release |
| ef1232c |
2006-12-25 |
forgot to save CHANGELOG |
| 6479945 |
2006-12-25 |
Fix assert_redirected_to bug where redirecting from a ne... |
| c6b4c8d |
2006-12-25 |
Fix Webrick Daemon dispatching bug regarding a bad curre... |
| e6988ef |
2006-12-21 |
Subclasses share superclass site until explicitly set. T... |
| 32bc10d |
2006-12-19 |
fix Rakefile so that the rdoc can be generated |
| e7c2c79 |
2006-12-19 |
Ensure render :json => ... skips the layout. Closes #68... |
| fe2e51b |
2006-12-19 |
apply [5744] to 1.2 pre-release |
| 41466a4 |
2006-12-19 |
fix faulty inheritance tests and that eager loading grab... |
| d833645 |
2006-12-14 |
Fix HTML::Node to output double quotes instead of single... |
| 011f4e7 |
2006-12-13 |
Allow subclassed resources to share the site info [Rick] |
| 55d4dbb |
2006-12-12 |
Fix issues with ActiveResource collection handling. Clo... |
| 90179a9 |
2006-12-07 |
added tests checking for nested singleton resources |
| c49cd7f |
2006-12-07 |
fix docs for singleton resources |
| d0fa4d3 |
2006-12-07 |
Add singleton resources. [Rick Olson] |
| 30e5436 |
2006-11-19 |
merge [5571] and [5572] from trunk |
| 5999fdd |
2006-11-19 |
Use custom mime file for script/server mongrel if config... |
| ca2d704 |
2006-11-19 |
Add custom mime type file for mongrel. config/mime.yml ... |
| 96cca7d |
2006-11-17 |
ActionView::Base.erb_variable accessor names the buffer ... |
| bcd50f1 |
2006-11-10 |
merge [5476] from trunk |
| 510092c |
2006-11-09 |
Lazily load the Unicode Database in the UTF-8 Handler [R... |
| d4e3566 |
2006-10-24 |
Deprecate start_form_tag and end_form_tag. Use form_tag... |
| f7c916e |
2006-10-24 |
Added block-usage to PrototypeHelper#form_remote_tag, do... |
| cfb7dea |
2006-10-22 |
clean up failing routing tests from missing :only_path o... |
| 1d7196b |
2006-10-20 |
Force *_url named routes to show the host in ActionView ... |
| dbd0bd5 |
2006-10-18 |
Add <%= escape_once html %> to escape html while leaving... |
| 02358c8 |
2006-10-18 |
Fix double-escaped entities, such as &amp;, &#12... |
| c5536f9 |
2006-10-16 |
Fix has_many :through to add the appropriate conditions ... |
| cdb5132 |
2006-10-15 |
Fix has_many :through to add the appropriate conditions ... |
| 2c6b6e2 |
2006-10-13 |
automatically add primary key to #select_limited_ids_lis... |
| e789b26 |
2006-10-13 |
fix select_limited_ids_list issues in postgresql, retain... |
| ce1d144 |
2006-10-13 |
add test for select_limited_ids_list that passes in mysq... |
| 7870494 |
2006-10-11 |
Restore eager condition interpolation, document it's dif... |
| 850087f |
2006-10-09 |
Add #delete support to has_many :through associations. ... |
| 4e66f5b |
2006-10-09 |
learn to clean up after myself |
| c98b471 |
2006-10-09 |
Reverted old select_limited_ids_list postgresql fix that... |
| 8e3bf70 |
2006-10-09 |
Removes the ability for eager loaded conditions to be in... |
| 928c84b |
2006-10-02 |
Fix issue with #class_inheritable_accessor saving update... |
| 163a712 |
2006-10-02 |
assume the passed headers to the ActiveResource HttpMock... |
| 3010e30 |
2006-09-30 |
Fixed some deprecation warnings in ActionPack [Rick Olson] |
| 52547f5 |
2006-09-30 |
Add an attribute reader method for ActiveRecord::Base.ob... |
| 7ac6ed8 |
2006-09-29 |
Add Basic HTTP Authentication to ActiveResource (closes ... |
| d6925b1 |
2006-09-27 |
Don't undefine #class in OptionMerger [Rick] |
| e537de0 |
2006-09-27 |
Fix bug that kept any before_filter except the first one... |
| 4d63e01 |
2006-09-20 |
fixed failing tests now that non-GET requests are sent w... |
| ec03053 |
2006-09-18 |
test default content type for implicit rjs template render |
| 8f2221d |
2006-09-17 |
Work-in-progress scaffolder for resources [DHH/Rick Olson] |
| 55c6c64 |
2006-09-16 |
Updated prototype.js to 1.5.0_rc1 with latest fixes. [Ri... |
| 6dbac68 |
2006-09-14 |
Add chained replace/update support for assert_select_rjs... |
| 8d9e660 |
2006-09-08 |
Basic validation support [Rick Olson] |
| 5360e47 |
2006-09-06 |
added passing test for using partials with an xml builder |
| d52cee3 |
2006-09-04 |
Add deprecation warning for inferred foreign key. #6029 ... |
| 0c999f4 |
2006-09-03 |
Update sanitize text helper to strip plaintext tags, and... |
| ad63005 |
2006-09-02 |
Update routing documentation. Closes #6017 [Nathan Witmer] |
| 2b45e2d |
2006-09-02 |
Add routing tests to assert that RoutingError is raised ... |
| 03de0cf |
2006-09-02 |
Remove Dir.chdir in the Webrick DispatchServlet#initiali... |
| e4a4287 |
2006-09-01 |
Fix cases where empty xml nodes weren't being translated... |
| 5f175ed |
2006-09-01 |
Add some XmlSerialization tests for ActiveRecord [Rick O... |
| 7749c9c |
2006-09-01 |
Major updates to ActiveResource, please see changelog an... |
| 8c4b599 |
2006-08-13 |
Fix assert_redirected_to issue with named routes for mod... |
| c963f8e |
2006-08-13 |
Tweak RoutingError message to show option diffs, not jus... |
| 02021d8 |
2006-08-11 |
Tweak fixtures so they don't try to use a non-ActiveReco... |
| 69266a0 |
2006-08-09 |
Remove ActiveRecord::Base.reset since Dispatcher doesn't... |
| 651e57a |
2006-08-09 |
Rearrange application resetting and preparation, fix bug... |
| af7a6e5 |
2006-08-09 |
Add missing mock directories from the autoload_paths con... |
| f06cae3 |
2006-08-09 |
Require Tempfile explicitly for TestUploadedFile due to ... |
| 4679e1b |
2006-08-09 |
Add RoutingError exception when RouteSet fails to genera... |
| 94a1309 |
2006-08-08 |
Cache nil results for has_one associations so multiple c... |
| c0657a9 |
2006-08-07 |
Fix Dispatcher.reset_application! so that AR subclasses ... |
| 94a1758 |
2006-08-07 |
r3022@ks: jeremy | 2005-11-12 18:40:42 -0800 |
| a27ccf1 |
2006-08-06 |
add Rdocs to map.resources |
| 000a8ed |
2006-08-06 |
fixed lifecycle tests so they instantiate the observers |
| 26eefd7 |
2006-08-06 |
Tweak the Rails load order so observers are loaded after... |
| e8f0b1d |
2006-08-06 |
Refactor ActiveRecord::Base.reset_subclasses to #reset, ... |
| 58b996f |
2006-08-01 |
Restrict Request Method hacking with ?_method to POST re... |
| 78e37f4 |
2006-07-31 |
Fix bug when passing multiple options to SimplyRestful, ... |
| ab0277f |
2006-07-31 |
Calculate sum with SQL, not Enumerable on HasManyThrough... |
| d2eafa8 |
2006-07-31 |
Dup the options passed to map.resources so that multiple... |
| ed4c295 |
2006-07-31 |
Fixed the new_#{resource}_url route and added named rout... |
| efff453 |
2006-07-30 |
show missing file path on failed fixture_file_upload |
| 2e88b5d |
2006-07-28 |
Fixed the failsafe response so it uses either the curren... |
| 971e03f |
2006-07-24 |
Allow #count through a has_many association to accept :i... |
| 04d9e94 |
2006-07-22 |
Fixed that you can still access the flash after the flas... |
| 3a0159d |
2006-07-21 |
Strip boolean XML content before checking for 'true' [Ri... |
| 291adbd |
2006-07-20 |
fix association exception messages, fix them so the erro... |
| 101ebc9 |
2006-07-18 |
Allow form_for and fields_for to work with indexed form ... |
| 9ac7afc |
2006-07-17 |
Fix script/plugin about so it uses about.yml and not met... |
| 1ec9f8d |
2006-07-13 |
Correctly convert <foo nil=true> to nil when using Hash.... |
| c51f9fd |
2006-07-05 |
revert ActiveRecord equality change. Closes #5596 |
| a288179 |
2006-06-21 |
documentation fixes for ActionController::Verification::... |
| 5525b79 |
2006-06-21 |
Fix in auto_complete_result documentation. closes #5096... |
| 5392407 |
2006-06-21 |
Don't use keywords as local vars in documentation. Clos... |
| 6ba9a1e |
2006-06-21 |
Fix indent in pagination documentation. Closes #4990. [... |
| 441bba8 |
2006-06-21 |
Remove some cruft from the framework:update:configs task... |
| ae0e1a0 |
2006-06-17 |
Enhance Symbol#to_proc so it works with list objects, su... |
| 2bbcff8 |
2006-06-17 |
Fix that routes with *path segments in the recall can ge... |
| 2f58a46 |
2006-06-16 |
add passing test to make sure unhandled requests don't l... |
| c638d94 |
2006-06-12 |
Fix script/plugin so it doesn't barf on invalid URLs [Rick] |
| bdc1033 |
2006-06-11 |
Fix plugin install bug at dir with space. (closes #5359)... |
| cf66543 |
2006-06-09 |
Fix bug with 'script/plugin install' so it reports unkno... |
| c9eb5a0 |
2006-06-01 |
delegate AssociationProxy#to_param to the association ta... |
| 05a17dc |
2006-05-31 |
Add a list of regexes assert_queries skips in the Active... |
| cc88679 |
2006-05-29 |
band-aid for oracle |
| 06075a9 |
2006-05-29 |
Fix the has_and_belongs_to_many #create doesn't populate... |
| ea51d72 |
2006-05-28 |
Provide Association Extensions access to the instance th... |
| 0b41d08 |
2006-05-23 |
Add a quick note about :select and eagerly included asso... |
| 9bfcfa8 |
2006-05-23 |
preliminary support for plugin meta files |
| 2139921 |
2006-05-22 |
Add docs for the :as option in has_one associations. Cl... |
| be3a484 |
2006-05-15 |
Call Inflector#demodulize on the class name when eagerly... |
| 04ef7f4 |
2006-04-30 |
Small fix in routing to allow dynamic routes (broken aft... |
| 325cb12 |
2006-04-30 |
Namespaced OrderedHash so the Rails implementation does ... |
| 59bd658 |
2006-04-30 |
Add Integration Session methods for PUT and DELETE reque... |
| cd29c33 |
2006-04-27 |
Fixes bad rendering of JavaScriptMacrosHelper rdoc (clos... |
| 8ee378f |
2006-04-26 |
Enhance documentation for setting headers in integration... |
| f106e2c |
2006-04-25 |
Fix bug where calculations with long alias names return ... |
| 11d6ce7 |
2006-04-25 |
always forget the changelog |
| c61b10b |
2006-04-25 |
Raise error when trying to add to a has_many :through as... |
| 4251662 |
2006-04-25 |
Allow all calculations to take the :include option, not ... |
| 51cd1ae |
2006-04-25 |
Fix assert_redirected_to tests according to real-world u... |
| a9e02fd |
2006-04-23 |
only require redcloth/bluecloth if they are not already ... |
| e1c7b5a |
2006-04-23 |
Cache CgiRequest#request_parameters so that multiple cal... |
| 3900b36 |
2006-04-23 |
Diff compared routing options. Allow #assert_recognizes... |
| 7bd6923 |
2006-04-22 |
allow -'s in tag names for html scanner when scanning AR... |
| 92bd54e |
2006-04-22 |
Use ActiveSupport's String#join method |
| 526c69b |
2006-04-22 |
Diff compared options with #assert_redirected_to [Rick] |
| ed02f41 |
2006-04-22 |
reset TestRequest#parameters after assigning paramters |
| bf150f0 |
2006-04-20 |
applying to stable: Properly quote index names in migrat... |
| 2cbb5fb |
2006-04-20 |
Properly quote index names in migrations (closes #4764) ... |
| b00e61a |
2006-04-19 |
forgot changelog entry |
| df7b746 |
2006-04-19 |
Fix the HasManyAssociation#count method so it uses the n... |
| a9ad634 |
2006-04-19 |
applying to stable: Ensure that Associations#include_eag... |
| 982d187 |
2006-04-19 |
applying to stable: Associations#select_limited_ids_list... |
| 2a2afca |
2006-04-19 |
Ensure that Associations#include_eager_conditions? check... |
| 5ea76fa |
2006-04-18 |
Associations#select_limited_ids_list adds the ORDER BY c... |
| 8118c48 |
2006-04-14 |
Modify ActiveRecord::Base.count so it shares the same si... |
| 32f66f0 |
2006-04-14 |
Modify ActiveRecord::Base.count so it shares the same si... |
| bdb2a2f |
2006-04-12 |
Add :case_sensitive option to validates_uniqueness_of (c... |
| 7e76740 |
2006-04-11 |
Allow multiple association extensions with :extend opti... |
| 9466211 |
2006-04-06 |
fix calculations for the Oracle Adapter (closes #4626) [... |
| 9935a35 |
2006-04-06 |
Enhances plugin#discover allowing it to discover svn:// ... |
| 52d298a |
2006-04-06 |
Enable Limit/Offset in Calculations (closes #4558) [lmar... |
| 31d8169 |
2006-04-06 |
Fixed that loading including associations returns all re... |
| 58c435a |
2006-04-05 |
Support eager includes when going through a polymorphic ... |
| a9fb154 |
2006-04-05 |
Added support for eagerly including polymorphic has_one ... |
| 4d23202 |
2006-04-05 |
Added descriptive error messages for invalid has_many :t... |
| b818cd9 |
2006-04-04 |
fix ruby syntax in comments for the JavascriptGenerator ... |
| db7fadd |
2006-04-03 |
Changed those private ActiveRecord methods to take optio... |
| a3f2013 |
2006-04-01 |
Private ActiveRecord methods add_limit, add_joins, and a... |
| 58dd49a |
2006-03-30 |
pass the correct reflection to HasManyThroughAssociation... |
| f630403 |
2006-03-28 |
regression test for #4206 |
| 2597bd6 |
2006-03-28 |
documentation for polymorphic joins |
| ed6c3c1 |
2006-03-27 |
Fixed eager loading so that an aliased table cannot clas... |
| 3f496c6 |
2006-03-27 |
add the TestCase.fixture_path when testing file uploads |
| 6665375 |
2006-03-26 |
finish form_for change, allow hash as the second param: ... |
| 4238666 |
2006-03-26 |
Change #form_for and #fields_for so that the second argu... |
| a5991d8 |
2006-03-26 |
Change periods (.) in table aliases to _'s. Closes #425... |
| 56af14d |
2006-03-26 |
Changed has_and_belongs_to_many join to INNER JOIN for M... |
| 6636eb1 |
2006-03-26 |
Fixed issue that kept :select options from being scoped ... |
| ef1297d |
2006-03-24 |
remove some documentation cruft on has_many |
| 38bae0a |
2006-03-24 |
Change has_many :through to use the :source option to sp... |
| ed10f87 |
2006-03-23 |
STI associations are now aliased to the table name for b... |
| f50a958 |
2006-03-22 |
fix test so that it passes |
| 6fbf408 |
2006-03-21 |
Allow overriding of find parameters in scoped has_many :... |
| c8470f8 |
2006-03-21 |
add self referential has_many :through example [Rick] |
| 30c42b2 |
2006-03-20 |
Replaced old session rake tasks with db:sessions:create ... |
| a4f1262 |
2006-03-20 |
fix usage of #returning in ActionController::Base |
| afde994 |
2006-03-20 |
fix indifferent hash. The lambdas were acting funny in ... |
| f49ba11 |
2006-03-19 |
Add :script option to in_place_editor to support evalScr... |
| a6cfb4e |
2006-03-19 |
Fix mixed case enumerable methods in the JavaScript Coll... |
| 9a72cd2 |
2006-03-19 |
Don't classify the has_one class when eager loading, it ... |
| 753010a |
2006-03-19 |
add support for COUNT(DISTINCT id) queries in sqlite2 (c... |
| 8196e8e |
2006-03-19 |
skip count_by_sql test using COUNT(DISTINCT) for sqlite2... |
| ea25e24 |
2006-03-19 |
Quit ignoring default :include options in has_many :thro... |
| fcd4c95 |
2006-03-19 |
Allow has_many :through associations to find the source ... |
| 639ce3b |
2006-03-19 |
Remember kiddies, Dir[] uses Dir#glob, not a Regexp |
| 891a962 |
2006-03-19 |
Added nicer message for assert_redirected_to (closes #42... |
| 9038303 |
2006-03-19 |
forgot to save changelog... doh |
| 9412c05 |
2006-03-19 |
Eager Loading support added for has_many :through => :ha... |
| 0925c6b |
2006-03-19 |
Allow has_many :through to work on has_many associations... |
| eb1ae04 |
2006-03-19 |
add ticket # to changeset |
| 57af961 |
2006-03-19 |
Raise error when trying to select many polymorphic objec... |
| 9c9069a |
2006-03-18 |
Fixed has_many :through to include :conditions set on th... |
| fbd1e01 |
2006-03-18 |
Fix that has_many :through honors the foreign key set by... |
| 50103b8 |
2006-03-18 |
fixed has_many :conditions sanitizing (closes #4278) [ha... |
| ddce0ae |
2006-03-18 |
remove space |
| 229c0f4 |
2006-03-18 |
Rework table aliasing to account for truncated table ali... |
| 263479b |
2006-03-18 |
Add AbstractAdapter#table_alias_for to create table alia... |
| 17e1f7b |
2006-03-16 |
trivial documentation patch for #pagination_links [Franc... |
| ee1ae44 |
2006-03-16 |
remove some commented-out cruft |
| a3502c4 |
2006-03-16 |
Use association's :conditions when eager loading. [jerem... |
| fd87a78 |
2006-03-16 |
fix AR tests for sqlite |
| 02d3444 |
2006-03-16 |
Alias the has_and_belongs_to_many join table on eager in... |
| a0c459b |
2006-03-16 |
fix test_find_in_association_with_options test, tweak ot... |
| c3c69d9 |
2006-03-16 |
Added Time#advance to do precise time time calculations ... |
| e74ec90 |
2006-03-16 |
added test checking that NOT NULL is properly reflected ... |
| def7460 |
2006-03-16 |
Added Base.abstract_class? that marks which classes are ... |
| 0859779 |
2006-03-16 |
Allow :dependent options to be used with polymorphic joi... |
| fa4fb50 |
2006-03-15 |
fix calculation tests to get around inconsistent orderin... |
| 4965a75 |
2006-03-14 |
Catch FixtureClassNotFound when using instantiated fixtu... |
| 796a43d |
2006-03-14 |
Allow ordering of calculated results and/or grouped fiel... |
| 47ffc04 |
2006-03-08 |
move vendor inside lib so that rake freeze_edge works |
| e320f28 |
2006-03-08 |
Make the 3rd arg optional for #failsafe_response |
| 043bee3 |
2006-03-08 |
Re-added mixed-in helper methods for the JavascriptGener... |
| 3c78d0b |
2006-03-08 |
remove explicit Builder require |
| 31a499a |
2006-03-07 |
Added a backtrace to the evil WSOD (White Screen of Deat... |
| 2383a60 |
2006-03-06 |
Allow set_fixture_class to take Classes instead of strin... |
| 08967ea |
2006-03-06 |
Allow method chaining in RJS elements [Rick Olson] |
| 7c4b7af |
2006-03-06 |
Fix quoting of inheritance column for STI eager loading ... |
| c58dff1 |
2006-03-06 |
slight change to eager associations table aliasing: use ... |
| 5a7722d |
2006-03-05 |
added assert_queries for the AR test suite |
| 2f9442c |
2006-03-05 |
Added tracking of database and framework versions in scr... |
| 4f00c70 |
2006-03-05 |
Fixed eager loading problems with single-table inheritan... |
| 2d491bd |
2006-03-05 |
Fixed tests (closes #4087) [Rick Olson] |
| 5f724b5 |
2006-03-05 |
Fixed tests (closes #4087) [Rick Olson] |
| 16b9409 |
2006-03-05 |
allow RJS enum values to be passed to visual_effect() an... |
| 2e67f1a |
2006-03-03 |
RJS now does enumerations, baby! (closes #3876) [Rick Ol... |
| a8d085a |
2006-03-01 |
Make calculations typecasty! (closes #4016) [Rick Olson] |
| 8203a2a |
2006-02-27 |
Dont require association classes before theyre supposed ... |
| ff7be74 |
2006-02-26 |
Added more information to script/plugin's doings to ease... |
| 99307b9 |
2006-02-25 |
Added calculations: Base.count, Base.average, Base.sum, ... |
| 1812dbb |
2006-02-17 |
Make RJS treat symbolic action names nicely #3861 [Rick ... |
| a32a986 |
2006-02-12 |
save polymorphic joins from the has_many|one association... |
| b3065a5 |
2006-02-09 |
Polymorphic join support for has_one associations (has_o... |
| 7139e2a |
2006-02-06 |
Fix remote_form_for creates a non-ajax form. Closes #3741. |
| 9474fe7 |
2006-02-04 |
Add :builder => option to form_for and friends. Closes 3... |
| 49401f8 |
2006-02-01 |
Subclasses of ActionController::Caching::Sweeper should ... |
| c3cfc26 |
2006-01-23 |
AR should run schema.rb for tests when building test DBs... |
| 554aa2e |
2006-01-22 |
Add explicit :order in finder tests as postgresql orders... |
| 1facce6 |
2006-01-21 |
allow has_many :through to work with custom :foreign key... |
| 88dae72 |
2006-01-14 |
Load plugins in a consistent order. Closes #3429 |
| 88bb279 |
2005-12-20 |
Fix change_column to work with postgres 7.x and 8.x. |
| 0bb6521 |
2005-12-08 |
r3375@asus: jeremy | 2005-12-07 20:36:13 -0800 |
| c1537e8 |
2005-12-08 |
PostgreSQL: more robust sequence name discovery. Refere... |
| 54977e0 |
2005-11-20 |
r3199@asus: jeremy | 2005-11-19 21:13:22 -0800 |
| c2bb269 |
2005-11-20 |
Allows generator to specify migrations directory. Refer... |
| 3f2541b |
2005-11-20 |
r3190@asus: jeremy | 2005-11-19 20:20:48 -0800 |
| 9b9578f |
2005-11-20 |
Introducing the session_migration generator. Creates an... |
| 9318131 |
2005-11-13 |
Eliminate Subversion dependencies in scripts/plugin. Co... |
| 9403f47 |
2005-11-13 |
r3022@asus: jeremy | 2005-11-12 18:40:42 -0800 |
| d685e2c |
2005-11-13 |
SQLite: the clone_structure_to_test and purge_test_datab... |
| 91853b8 |
2005-11-13 |
SQLite: the clone_structure_to_test Rake task should alw... |
| 3c8d425 |
2005-11-07 |
Fail gracefully from svn checks (closes #2700) [Rick Olson] |
| 80a8d75 |
2005-10-30 |
The freeze_edge Rake task does smarter svn detection and... |
| 0259491 |
2005-10-30 |
Fix problem where redirecting components can cause an |
| 3b33a6f |
2005-10-21 |
Include tasks from vendor/plugins/*/tasks in the Rakefil... |
| 9025e5d |
2005-10-11 |
Make cacheing binary files friendly with Windows. Closes... |
| a111e1a |
2005-09-27 |
Keep flash after component is rendered. Closes #2291. |
| a16528f |
2005-09-12 |
Added dump of schema version to the db_structure_dump ta... |
| 17250c9 |
2005-09-11 |
Fixed script/profiler for Ruby 1.8.2 #1863 [Rick Olson] |
| 369d054 |
2005-07-27 |
Fix create_table so that id column is implicitly added [... |
| 6baedb0 |
2005-07-17 |
Make all tests pass on PGSQL #1759 [Rick Olson] |
| c0771fe |
2005-07-15 |
Fix assert_routing with nested controllers. Closes #1582... |
| 5b9b904 |
2005-07-11 |
Added support for limit and offset with eager loading of... |
| 00739de |
2005-07-04 |
Fixed conflict with Glue gem #1606 [Rick Olson] |
| 177ed3e |
2005-07-02 |
Added more tests on assert_redirected_to #1581 [Rick Olson] |
| 2269c23 |
2005-06-27 |
Fixed assert_redirected_to to handle absolute controller... |
| 6f6c6b8 |
2005-06-25 |
Updated assert_generates/routing to the new Routes code ... |
| 194fc9d |
2005-05-21 |
Slight change to allow custom date/time conversions #132... |
| 7160ab1 |
2005-05-19 |
Fixed escaping of :method option in remote_form_tag #121... |
| 190e046 |
2005-05-19 |
Fixed that :delete_sql in has_and_belongs_to_many associ... |
| d3a64c0 |
2005-04-03 |
Fixed javascript_include_tag to output type instead of l... |
| 439a216 |
2005-03-27 |
Fixed problem with page caching #958 [Rick Olson] |
| df7a4d4 |
2005-03-26 |
Added expire_matched_fragments(regular_expression) to cl... |