| 3d1a30b |
2008-02-08 |
Ooops. Add fixture partials for last commit |
| c848c4c |
2008-02-08 |
Fix problem with render :partial collections, records, a... |
| b2fa70a |
2008-01-23 |
Indicate in documentation that newer version of AR suppo... |
| 349df75 |
2008-01-23 |
Reference to :element option in documentation should be ... |
| 083b0b7 |
2008-01-07 |
Catchup Backport to 2.0 of the following Changesets: |
| 438b108 |
2007-12-31 |
Changed the implementation of Enumerable#group_by to use... |
| 9661395 |
2007-12-13 |
Remove references to nonexistent :joins documentation. C... |
| 0c6150a |
2007-12-13 |
Make the routes rake task more discoverable but document... |
| 8945ea9 |
2007-12-13 |
Document what to pass the :accept option for validates_a... |
| b4dd1e6 |
2007-12-13 |
Explain how the layout macro behaves when passed a path ... |
| fade31a |
2007-12-10 |
Remove references to ActsAs* from the README now that it... |
| 57c9630 |
2007-12-05 |
Adding missing space to documentation of the layout meth... |
| 5af4463 |
2007-12-05 |
Add example of redirect_to that uses a named route. Clos... |
| 0d82b14 |
2007-12-05 |
Correct example for path parameters to use strings as ke... |
| c924279 |
2007-12-05 |
Fix incorrect superclass in documentation for alias_attr... |
| cdc4e93 |
2007-12-05 |
Document that the delegate method can delegate to things... |
| b9e0b72 |
2007-12-05 |
Update documentation to reflect increased accuracy of da... |
| 7e608af |
2007-12-05 |
Add documentation examples to prototype helper. Closes #... |
| 9ffb632 |
2007-12-05 |
Enhance documentation coverage for fragment caching. Clo... |
| ee6b607 |
2007-12-05 |
Document how the :include option can be used in Calculat... |
| aa9ed40 |
2007-12-05 |
Fix typo in documentation for polymorphic associations w... |
| 632ab24 |
2007-12-05 |
Reveal that the type option in migrations can be any sup... |
| 15b1b88 |
2007-12-05 |
Add warning to documentation about using transactional f... |
| 68261d4 |
2007-12-05 |
Add many examples to PrototypeHelper documentation. Clos... |
| c27b9db |
2007-12-05 |
Add many examples to assertion documentation. Closes #78... |
| edf32ce |
2007-12-05 |
More complete documentation for find_by_sql. Closes #791... |
| 971ed15 |
2007-12-05 |
Document API for exists?'s parameter and provide example... |
| a23bea7 |
2007-12-05 |
Document API for create's attributes parameter and provi... |
| a7e6e00 |
2007-12-05 |
Documentation for find incorrectly omits the :conditions... |
| d7e9780 |
2007-12-05 |
Fix typo in [8287] |
| 1b7a18d |
2007-12-05 |
Document options and add examples for update. Closes #79... |
| 6a45e01 |
2007-12-05 |
Document options and add examples for delete. Closes #79... |
| ed69b38 |
2007-12-05 |
Document options and add examples for destroy. Closes #7... |
| 4f1d353 |
2007-12-05 |
Document options and add examples for update_all. Closes... |
| 6bd7d30 |
2007-12-05 |
Document options for update_counters. Closes #8091 [fear... |
| b4337c2 |
2007-12-05 |
Add documentation about the virtual attribute added by v... |
| 228186d |
2007-12-05 |
Document the supported options for sortable_element. Clo... |
| 8c2177c |
2007-12-05 |
Add documentation for freeze and readonly related method... |
| 4570cf6 |
2007-12-05 |
Document the timestamps schema definition method. Closes... |
| 096f3f6 |
2007-12-05 |
Add examples in the documentation for various assertions... |
| da5fef4 |
2007-12-05 |
When a NonInferrableControllerError is raised, make the ... |
| d64832c |
2007-12-05 |
Give examples for what tables should be called for model... |
| 7f671f4 |
2007-12-05 |
Document the :message option for validates_associated. C... |
| e4d845e |
2007-12-05 |
Document automatically generated predicate methods for a... |
| c84c043 |
2007-12-02 |
Fix documentation typo introduced in [8250]. Closes #103... |
| 6916540 |
2007-11-27 |
Asset timestamps are appended, not prepended. Closes #10... |
| a0c925c |
2007-11-26 |
Minor inconsistency in description of render example. Cl... |
| 578c7a1 |
2007-11-12 |
Change plings to the more conventional quotes in the doc... |
| c443a61 |
2007-11-08 |
Update README to use new smtp settings configuration API... |
| 7143d80 |
2007-11-08 |
Smattering of grammatical fixes to documentation. Closes... |
| f770b82 |
2007-11-06 |
Enhance explanation with more examples for attr_accessib... |
| 9450262 |
2007-11-06 |
Standardize on using hyphens rather than colons to separ... |
| 458ef3b |
2007-11-06 |
Fix syntax error in documentation example for cycle meth... |
| c558843 |
2007-11-06 |
Document :with option for link_to_remote. Closes #8765 [... |
| a291ea2 |
2007-11-06 |
Update association/method mapping table to refected late... |
| 4e7d332 |
2007-11-06 |
Document :minute_step option for time_select. Closes #88... |
| 563d9ef |
2007-11-06 |
Explain how to use the :href option for link_to_remote t... |
| 0230fc9 |
2007-11-06 |
Disambiguate :size option for text area tag. Closes #895... |
| 96fa4a2 |
2007-11-06 |
Make transaction documentation example more realistic |
| 4f59aac |
2007-11-06 |
Explain semantics of having several different AR instanc... |
| 341afb6 |
2007-11-06 |
Fix broken tag in assert_tag documentation. Closes #9037... |
| af005df |
2007-11-06 |
Add documentation for route conditions. Closes #9041 [in... |
| 52682c5 |
2007-11-06 |
Add documentation for Hash#diff. Closes #9306 [tarmo] |
| aaccd18 |
2007-11-06 |
Add missing file for revision #8090 |
| 87037af |
2007-11-06 |
Fix typo left over from previous typo fix in url helper.... |
| 7863c4a |
2007-11-06 |
Update XML documentation examples to include explicit ty... |
| 026973f |
2007-11-06 |
Update Schema documentation to use updated sexy migratio... |
| d761ac4 |
2007-10-26 |
Add docs explaining how to protect all attributes using ... |
| 27941f6 |
2007-10-26 |
Update add_index documentation to use new options api. C... |
| bf658a9 |
2007-10-26 |
Allow find on a has_many association defined with :finde... |
| 7f8183e |
2007-10-26 |
Doc typo fixes for ActiveRecordHelper. Closes #9973 [mik... |
| 27ac7ad |
2007-10-26 |
Make example parameters in restful routing docs idiomati... |
| 2f25413 |
2007-10-26 |
Make documentation comment for mime responders match doc... |
| 8b2a601 |
2007-10-26 |
Use VALID_FIND_OPTIONS when resolving :find scoping rath... |
| 4237883 |
2007-10-26 |
Fix typo in test_helper. Closes #9925 [viktor tron] |
| 65e18af |
2007-10-26 |
Fix incorrect path in helper rdoc. Closes #9926 [viktor ... |
| c8b6b48 |
2007-10-23 |
Limited eager loading no longer ignores scoped :order. C... |
| 6f559f8 |
2007-10-23 |
Added tests for options to ActiveRecordHelper#form. Clos... |
| be196f3 |
2007-07-31 |
Add support for []= on ActiveSupport::Multibyte::Chars. ... |
| 404a357 |
2007-05-26 |
Fix syntax error in code example for routing documentat... |
| 42ebf55 |
2007-05-26 |
Add support for assert_select_rjs with :show and :hide. ... |
| dc4d23f |
2007-05-26 |
Make assert_select's failure messages clearer about what... |
| 2b6ad48 |
2007-05-08 |
Evaluate expression for assert_difference in the scope o... |
| 5a9dc12 |
2007-05-08 |
Fix typo and clarify code examples in documentation for ... |
| 689b529 |
2007-05-08 |
Simplify API of assert_difference by passing in an expre... |
| e4c5ddd |
2007-05-06 |
Modernize documentation for form helpers. Closes #8035. ... |
| f02a0bf |
2007-05-06 |
Minor wording tweak to documentation for the debug helpe... |
| ca3e89d |
2007-05-06 |
Document :allow_nil option for validates_acceptance_of s... |
| 6ad9d1d |
2007-05-06 |
Update documentation for :dependent declaration so that ... |
| ee614d6 |
2007-05-06 |
Add documentation caveat about when to use count_by_sql.... |
| 15dc567 |
2007-05-06 |
Also add documentation enhancements for increment_counte... |
| 5bd3570 |
2007-05-06 |
Enhance documentation for decrement_counter. Closes #809... |
| 194b4aa |
2007-05-06 |
Provide brief introduction to what optimistic locking is... |
| 06cd7b0 |
2007-05-06 |
Add brief introduction to REST to the resources document... |
| 4e51123 |
2007-05-06 |
Fix various documentation typos throughout ActionPack. C... |
| 6bdcc0c |
2007-05-06 |
Add documentation for :encoding option to mysql adapter.... |
| f07d0e2 |
2007-05-06 |
Enhance documentation and add examples for url_for. Clos... |
| b756507 |
2007-05-06 |
More documentations for typos in routes. Closes #8228 [pam] |
| 93c29e5 |
2007-05-06 |
Fix documentation typo in routes. Closes #8250. [norbert] |
| dac6aae |
2007-05-06 |
Sweep flash when filter chain is halted. Closes #6175. ... |
| bda4009 |
2007-03-03 |
Fix typo in validations documentation. Closes #7669. [ee] |
| a7b90b7 |
2007-03-03 |
Move plugin classes into the rails directory to match th... |
| 9f53e09 |
2007-03-03 |
Move responsibility for ensuring that all registered gem... |
| 3d2c232 |
2007-03-02 |
Use to_sentence rather than inspect when reporting which... |
| 15c466d |
2007-03-02 |
Split out the basic plugin locator functionality into an... |
| b0e1430 |
2007-03-02 |
Split plugin location and loading out of the initializer... |
| 1d31a04 |
2006-11-16 |
Use attr_accessor_with_default to dry up attribute initi... |
| 309a6bd |
2006-11-16 |
Add Module#attr_accessor_with_default to initialize valu... |
| ba5591f |
2006-10-22 |
Expose methods added to Enumerable in the documentation,... |
| fb7807e |
2006-10-22 |
Document other options available to migration's add_colu... |
| 065908a |
2006-10-12 |
Make page caching respect the format of the resource tha... |
| 9db407f |
2006-09-02 |
Don't pad remaining places with in_groups_of if specifie... |
| 2ac4839 |
2006-08-14 |
Update respond_to docs to follow established naming conv... |
| 9b20464 |
2006-08-09 |
Fix typo in caching docs. |
| d3cf2a6 |
2006-08-09 |
Document find's :from option. Closes #5762. [andrew@redl... |
| 4874df1 |
2006-08-08 |
backport of ActionMailer documentation enhancements from... |
| 94a1758 |
2006-08-07 |
r3022@ks: jeremy | 2005-11-12 18:40:42 -0800 |
| 883c54a |
2006-08-07 |
Add documentation for how to disable timestamps on a per... |
| d63f6b9 |
2006-08-07 |
Clarify usage of script/plugin source. Closes #5344. [ja... |
| 140e85c |
2006-08-07 |
Fix generate usage argument order. Backported from trunk. |
| 817ace4 |
2006-08-07 |
Fix announcement of very long migration names. #5722 [b... |
| 171aa5c |
2006-08-07 |
Update callbacks documentation. #3970 [Robby Russell <ro... |
| fc1ded4 |
2006-08-07 |
Update documentation for erb trim syntax. #5651 [matt@ma... |
| 4fd92b6 |
2006-08-07 |
Short documentation to mention use of Mime::Type.registe... |
| 08f40a5 |
2006-08-04 |
Fix typo in caching docs. [Marcel Molina Jr.] |
| d17bd6a |
2006-08-03 |
Make action caching aware of different formats for the s... |
| 2482e17 |
2006-07-13 |
Get rid of constant redefinition warnings when running A... |
| c80c636 |
2006-07-13 |
Provide support for decimal columns to form helpers. Clo... |
| d68fd78 |
2006-07-13 |
Customize default BigDecimal formatting. [dave@pragprog.... |
| c02d1f7 |
2006-06-28 |
Fix CGI extensions when they expect string but get nil i... |
| 68a320a |
2006-06-27 |
Fix invoke_layered since api_method didn't declare :expe... |
| c9ef5ac |
2006-05-24 |
Update OpenBase adaterp's maintainer's email address. Cl... |
| 3115c42 |
2006-05-23 |
Add generator files... |
| 5108fa8 |
2006-05-23 |
Add observer generator. Closes #5167. [francois.beausole... |
| f91096a |
2006-05-22 |
Normalize classify's argument to a String so that it pla... |
| 738c43c |
2006-05-21 |
Add modifications to database rake tasks as part of #513... |
| d22f9c9 |
2006-05-21 |
Fix Oracle boolean support and tests. Closes #5139. [sch... |
| 422cba9 |
2006-05-21 |
Strip out leading schema name in classify. References #5... |
| 7252666 |
2006-05-17 |
Add layout attribute to response object with the name of... |
| 36d1a2f |
2006-05-17 |
Make Array#in_groups_of just return the grouped collecti... |
| 6ef5b74 |
2006-05-14 |
Fix flip flopped logic in docs for url_for's :only_path ... |
| 9c5591d |
2006-05-14 |
Preserve MySQL boolean column defaults when changing a c... |
| f2b3deb |
2006-05-14 |
Don't destroy a HashWithIndifferentAccess if symbolize_k... |
| 0a407bc |
2006-05-10 |
ActionMailer::Base documentation rewrite. Closes #4991 [... |
| 4daf2c1 |
2006-04-30 |
Use reverse_each rather than reverse.each. [Marcel Molin... |
| 68ab908 |
2006-04-30 |
Ensure that StringIO is always available for the Schema ... |
| 3fec943 |
2006-04-29 |
Allow AR::Base#to_xml to include methods too. Closes #49... |
| aa72c46 |
2006-04-29 |
Replace superfluous name_to_class_name variant with came... |
| 9f92dd3 |
2006-04-29 |
Replace alias method chaining with Module#alias_method_c... |
| 995167e |
2006-04-29 |
Strip out punctuation on predicates or bang methods bein... |
| 6186490 |
2006-04-29 |
Replace Ruby's deprecated append_features in favor of in... |
| df26041 |
2006-04-29 |
Fix test database name typo. [Marcel Molina Jr.] |
| 869c41d |
2006-04-29 |
Revert unintential change to filter parameters |
| 0049bd7 |
2006-04-29 |
Update README |
| c745f47 |
2006-04-29 |
Use #flush between switching from #write to #syswrite. C... |
| f42403f |
2006-04-29 |
Remove duplicate fixture entry in comments.yml. Closes #... |
| f26e9b6 |
2006-04-28 |
Update FrontBase adapter to check binding version. Close... |
| bb87517 |
2006-04-28 |
New Frontbase connections don't start in auto-commit mod... |
| 0dc53a8 |
2006-04-28 |
When grouping, use the appropriate option key. [Marcel M... |
| 2ec1527 |
2006-04-28 |
Only modify the sequence name in the FrontBase adapter i... |
| 1eade41 |
2006-04-27 |
Don't require the frontbase adapter until you need to |
| f3ce397 |
2006-04-27 |
Documentation fix: integration test scripts don't requir... |
| b2c0ddf |
2006-04-27 |
Add support for FrontBase (http://www.frontbase.com/) wi... |
| dd5397a |
2006-04-27 |
ActionController::Base Summary documentation rewrite. Cl... |
| 4d007ce |
2006-04-27 |
Fix text_helper.rb documentation rendering. Closes #4725... |
| 43ee8ab |
2006-04-26 |
Allow error_messages_for to report errors for multiple o... |
| 8ee378f |
2006-04-26 |
Enhance documentation for setting headers in integration... |
| 3ba7c53 |
2006-04-26 |
Add warning about the proper way to validate the presenc... |
| 24e3759 |
2006-04-26 |
Fix column type check error in changeset [4280]. [Michae... |
| 71ff705 |
2006-04-26 |
Allow default options in with_options to be overridden. ... |
| ca2eb16 |
2006-04-26 |
Fix syntax error in documentation. Closes #4679. [mislav... |
| 242cd06 |
2006-04-26 |
Add Oracle support for CLOB inserts. Closes #4748. [scho... |
| 8df0dad |
2006-04-26 |
Various fixes for sqlserver_adapter (odbc statement fini... |
| 94e3e22 |
2006-04-26 |
Mention in docs that config.frameworks doesn't work when... |
| cbded64 |
2006-04-26 |
Documentation for AbstractRequest. Closes #4895. [kevin.... |
| fe8db23 |
2006-04-26 |
Fix documentation indentation |
| 9153137 |
2006-04-26 |
Add support for :order option to with_scope. Closes #388... |
| f274a89 |
2006-04-26 |
Prettify output of schema_dumper by making things line u... |
| 5d61d23 |
2006-04-25 |
Refactor various InstanceTag instance method to class me... |
| 7a01561 |
2006-04-25 |
Make build_postgresql_databases task make databases owne... |
| 9a5b91a |
2006-04-25 |
Sybase Adapter type conversion cleanup [dev@metacasa.net] |
| 09095c7 |
2006-04-25 |
Remove all remaining references to @params in the docume... |
| 2114220 |
2006-04-25 |
Add documentation for redirect_to :back's RedirectBackEr... |
| abc2dba |
2006-04-25 |
Change the scaffolding layout to use yield rather than @... |
| 7bb2065 |
2006-04-25 |
Update layout and content_for documentation to use yield... |
| 84ec537 |
2006-04-22 |
Update inconsistent migrations documentation. Closes #46... |
| 7cc446a |
2006-04-15 |
DRY up association collection reader method generation. |
| 37758cd |
2006-04-15 |
DRY up and tweak style of the validation error object. |
| b305ef3 |
2006-04-13 |
Correct spurious documentation example code which result... |
| ac97c7a |
2006-04-06 |
Do filter condition lookup against the actual hash |
| 4859b6c |
2006-04-05 |
Honor skipping filters conditionally for only certain ac... |
| 3f049b0 |
2006-03-30 |
Do not implicitly mark recordss of has_many :through as ... |
| 4e3c101 |
2006-03-28 |
Add 1.0 marker to edge rails changelongs |
| f28d619 |
2006-03-28 |
Add documentation for respond_to |
| cb069ea |
2006-03-23 |
Don't polute the top level namespace in the console with... |
| 3308236 |
2006-03-21 |
Make all ActionView helpers available in the console for... |
| 0d92ce5 |
2006-03-01 |
Make Enumerable#group_by return a Hash (sacrificing the ... |
| 1fdf578 |
2006-03-01 |
Add Enumerable#group_by and Array#in_groups_of |
| 73ed47d |
2006-02-08 |
Replace dubious controller parent class in filter docs. ... |
| ba2619f |
2006-02-08 |
Don't interpret the :value option on text_area as an htm... |
| 59d2981 |
2006-02-01 |
Document the :xhr option for verifications. Closes #3666. |
| 2bf3fa0 |
2006-01-31 |
Support the :column option for remove_index with the Pos... |
| 9404654 |
2006-01-25 |
Add documentation for add_index and remove_index. Closes... |
| 463d208 |
2006-01-25 |
If the OCI library is not available, raise an exception ... |
| 554aa2e |
2006-01-22 |
Add explicit :order in finder tests as postgresql orders... |
| 297618b |
2006-01-22 |
Make dynamic finders honor additional passed in :conditi... |
| 8d4d88a |
2006-01-22 |
Change layout discovery to take into account the change ... |
| 363b79f |
2006-01-19 |
Refactor human_size to exclude decimal place if it is zero. |
| f999ab0 |
2006-01-18 |
Fix case of VERSION option in migration docs. Closes #3521. |
| 4793a2f |
2006-01-15 |
Automatically discover layouts when a controller is name... |
| 30c6bd9 |
2006-01-13 |
Make migration generator only report on exact duplicate ... |
| d40af24 |
2006-01-13 |
Fix typo in mailer generator USAGE. Closes #3458. |
| 0a7af12 |
2006-01-13 |
Documentation typo fix. Closes #2367. |
| 489ace6 |
2006-01-13 |
Remove Upload Progress. Closes #2871. |
| f4f7e75 |
2006-01-13 |
Add test for min_chars auto_complete_field fix. Closes #... |
| b98684c |
2006-01-13 |
Fix date errors for SQLServer in association tests. Clos... |
| 1e2b3d8 |
2006-01-13 |
Escape database name in MySQL adapter when creating and ... |
| f1a01c8 |
2006-01-13 |
Disambiguate table names for columns in validates_uniqun... |
| 2b7f1cd |
2006-01-13 |
Fix typo in function name mapping in auto_complete_field... |
| 16e41c6 |
2006-01-13 |
Ignore version mismatch between pg_dump and the database... |
| 751b6be |
2006-01-12 |
Allow auto-discovery of third party template library lay... |
| 36fc181 |
2006-01-08 |
Make HashWithIndifferentAccess#update behave like Hash#u... |
| b30ccef |
2006-01-06 |
Have the form builder output radio button, not check box... |
| 945dd92 |
2006-01-05 |
Don't raise an exception when there are more keys than t... |
| a5708b4 |
2006-01-04 |
Multiple enhancements and adjustments to DB2 adaptor. Cl... |
| bbec3ae |
2006-01-04 |
Sanitize scoped conditions. |
| 0b55ce7 |
2005-12-26 |
Value of full_messages on stubbed out AR instances shoul... |
| 839f03b |
2005-12-26 |
Make auto_link match urls with a port number specified. |
| 233208b |
2005-12-20 |
Don't try to strip out the controller name if default_ac... |
| 3c01e01 |
2005-12-20 |
Fix typo in association docs. Closes #3296. |
| 56234be |
2005-12-18 |
Honor ActiveRecord::Base.pluralize_table_names when crea... |
| 39766a9 |
2005-12-17 |
Don't include a layout when rendering an rjs template us... |
| 11598ac |
2005-12-13 |
Apply [3290] to stable. Fix typo in benchmarker usage st... |
| 98068a7 |
2005-12-13 |
Fix typo in benchmarker usage string. |
| eeb00ea |
2005-12-13 |
Apply [3288] to stable. Fix typo in profiler usage string. |
| 93b4c0b |
2005-12-13 |
Fix typo in profiler usage string. |
| a501aa7 |
2005-12-11 |
Remove duplicate entry from chagnelogs. |
| d5bfd18 |
2005-12-11 |
Remove duplicate entry from chagnelogs. |
| 921c5a7 |
2005-12-11 |
Apply [3276] to stable. Update instructions on how to fi... |
| f5a4ba5 |
2005-12-11 |
Update instructions on how to find and install generator... |
| 4f1e37c |
2005-12-03 |
Add install.rb file to plugin generation which is loaded... |
| cf656ec |
2005-12-02 |
Apply [3207] to stable. Fix docs for text_area_tag. Clos... |
| 96c29ab |
2005-12-02 |
Fix docs for text_area_tag. Closes #3083. |
| 2e42167 |
2005-12-02 |
Allow validate_uniqueness_of to be scoped by more than j... |
| c3612a2 |
2005-12-02 |
Silence deprecation warnings for keep_flash when running... |
| 139e2c4 |
2005-12-02 |
Change form_for and fields_for method signatures to take... |
| 50c5b28 |
2005-11-28 |
Apply [3196] to stable. Make load_fixtures include csv f... |
| 191dfe8 |
2005-11-28 |
Make load_fixtures include csv fixtures. Closes #3053. |
| 4906b32 |
2005-11-22 |
Apply [3159] to stable. Remove superfluous check for plu... |
| 541da09 |
2005-11-22 |
Apply [3157] to stable. Make ActionController's render h... |
| bea737e |
2005-11-22 |
Make ActionController's render honor the :locals option ... |
| 7bf86f2 |
2005-11-21 |
Revert [3140]. Behavior of introducing Kernel.binding ca... |
| 119155b |
2005-11-21 |
Revert [3130]. Behavior of introducing Kernel.binding ca... |
| 4a9847f |
2005-11-21 |
Apply [3136] to stable. Make the db_schema_dump task hon... |
| 7355d9f |
2005-11-21 |
Make the db_schema_dump task honor the SCHEMA environmen... |
| 9a37fd4 |
2005-11-21 |
Add plugin library directories to the load path after th... |
| 6329724 |
2005-11-21 |
Apply [3120] to stable. Make help for the console comman... |
| f14625b |
2005-11-21 |
Make help for the console command more explicit about ho... |
| dd198e2 |
2005-11-21 |
Pull out Array#to_strings in favor of more general Symbo... |
| 69bf71f |
2005-11-21 |
Add Symbol#to_proc, which allows for, e.g. [:foo, :bar].... |
| 5d785db |
2005-11-20 |
Add Array#to_strings which to_s's all elements in an array. |
| baa2ab5 |
2005-11-20 |
Add extended_by, extend_with_included_modules_from and c... |
| 78e95fa |
2005-11-20 |
Apply #3111 to stable. Correct docs for automatic layout... |
| 55a3979 |
2005-11-20 |
Correct docs for automatic layout assignment. Closes #2610. |
| 371fa97 |
2005-11-20 |
Apply [3105] to stable. Add tasks to create, drop and re... |
| f18463f |
2005-11-20 |
Add tasks to create, drop and rebuild the MySQL and Post... |
| 62fe5bb |
2005-11-18 |
Make rjs templates always implicitly skip out on layouts. |
| 06e74b6 |
2005-11-17 |
Add support for new rjs templates which wrap an update_p... |
| d212f03 |
2005-11-17 |
Apply [3067] to stable. Update from LGPL to MIT license ... |
| e541471 |
2005-11-17 |
Update from LGPL to MIT license as per Minero Aoki's per... |
| afcd3eb |
2005-11-17 |
Apply [3065] to stable. Rename Version constant to VERSI... |
| 5cb2aa7 |
2005-11-17 |
Rename Version constant to VERSION. Closes #2802. |
| 2af3743 |
2005-10-29 |
Add task to generate rdoc for all installed plugins. |
| 0ba5bd5 |
2005-10-27 |
Update documentation for observers to reflect new config... |
| e440098 |
2005-10-19 |
Update CHANGELOG. |
| 90e8707 |
2005-10-19 |
Make all of tests runnable on their own. |
| b23c72f |
2005-10-19 |
Add title case method to String to do, e.g., 'action_web... |
| ff8fe66 |
2005-10-17 |
Use the more appropriate columns_hash to get the session... |
| 48fd667 |
2005-10-15 |
Raise an exception if an attempt is made to insert more ... |
| 07b4ea2 |
2005-10-15 |
Eliminate an obsolete comment. |
| 6a6df5f |
2005-10-14 |
Change quote delimiters for sql interpolation to obviate... |
| e2da98e |
2005-10-14 |
Back out of [2548]. |
| ebf618b |
2005-10-13 |
Delegate access to a customized primary key to the conve... |
| 140a5f8 |
2005-10-13 |
Optimize postgresql selects. |
| af0df03 |
2005-10-12 |
Update DB2 adapter. Closes #2206. |
| f175547 |
2005-10-12 |
Corrections to SQLServer native data types. Closes #2267. |
| d457667 |
2005-10-12 |
Unescape paths before writing cache to file system. Clos... |
| b840e4e |
2005-10-12 |
Deprecated ActiveRecord::Base.threaded_connection in fav... |
| 0e0e774 |
2005-10-12 |
Protect id attribute from mass assigment even when the p... |
| f0b2b63 |
2005-10-12 |
Add test coverage for customized primary keys including ... |
| 7aa1ba7 |
2005-10-12 |
Misc doc fixes (typos/grammar/etc). Closes #2445. |
| 2948910 |
2005-10-11 |
Misc doc fixes (typos/grammar/etc.). Closes #2430. |
| 31219f0 |
2005-10-11 |
Add test coverage for content_columns. Closes #2432. |
| cb8c807 |
2005-10-11 |
Fix typo in CHANGELOG. |
| dcc2263 |
2005-10-11 |
Speed up for unthreaded environments. Closes #2431. |
| 31ae812 |
2005-10-11 |
Optimization for Mysql selects using mysql-ruby extensio... |
| 9025e5d |
2005-10-11 |
Make cacheing binary files friendly with Windows. Closes... |
| 064842f |
2005-10-10 |
Convert boolean form options form the tag_helper. Reclos... |
| d736568 |
2005-10-10 |
Speed up the setting of table_name. Closes #2428. |
| 847a323 |
2005-10-10 |
Replace '%e' from long and short time formats as Windows... |
| eb2fbf0 |
2005-10-09 |
Optimize instantiation of STI subclass records. In parti... |
| f4d1af3 |
2005-10-09 |
Fix typo of 'constrains' to 'contraints'. Closes #2069. |
| 89733ea |
2005-10-09 |
Optimization refactoring for add_limit_offset!. In parti... |
| 68a3220 |
2005-10-09 |
Add versioning convention from SwitchTower to all Rails ... |
| c8e364a |
2005-10-09 |
Add ability to get all siblings, including the current c... |
| a9de9c4 |
2005-10-09 |
Make assert_tag :children count appropriately. Closes #2... |
| 64cd4e4 |
2005-10-09 |
PostgreSQL returns the path type wrapped in quotes. |
| e30699f |
2005-10-09 |
Add geometric type for postgresql adapter. Closes #2233. |
| 24b9d2f |
2005-10-08 |
Backing out of #2496. Comparing md5 checksums is in no w... |
| d949948 |
2005-10-08 |
Compare md5 checksums of files rather than files themsel... |
| 6b59011 |
2005-10-08 |
Skip directories when checking for identical source and ... |
| a7cdaad |
2005-10-08 |
Evaluate dynamic templates before checking if the new fi... |
| d451044 |
2005-10-08 |
Make the generator skip a file if it already exists and ... |
| 80cd2f6 |
2005-10-08 |
Move require_library_or_gem out of AR's abstract_adapter... |
| f218771 |
2005-10-07 |
Add option (true by default) to generate reader methods ... |
| c0899bc |
2005-10-06 |
Add convenience predicate methods on Column class. In pa... |
| e8b427c |
2005-10-06 |
Raise an exception when invalid options are passed to Ac... |
| 0d07152 |
2005-09-28 |
Make schema definition column lookups agnostic w/r/t/ wh... |
| f43d97a |
2005-09-28 |
Add failing test that shows that AR::Migration.remove_co... |
| 1e87d6e |
2005-09-28 |
Added test coverage for stylesheet_path to show that it ... |
| 93db2f3 |
2005-09-28 |
Include additional ticket number that is closed by [2380]. |
| 8e78e93 |
2005-09-28 |
Make table_name and controller_name in generators honor ... |
| b9fa354 |
2005-09-27 |
Add extensive documentation to the ActiveRecord::Abstrac... |
| 1d738ca |
2005-09-26 |
Make update_attribute use the same writer method that up... |
| 1465f9c |
2005-09-26 |
Make migrations honor table name prefixes and suffixes. |
| b545606 |
2005-09-26 |
Have text helpers use built in Regexp.escape rather than... |
| b25933f |
2005-09-26 |
Get rid of warnings generated by calling obsolete .to_a ... |
| 2eb29c2 |
2005-09-19 |
Include libs/ in rake stats #2223 [Marcel Molina] |
| 251a5d4 |
2005-09-18 |
Fix eager loading error messages, allow :include to spec... |
| 7c042e0 |
2005-09-14 |
Fixed access to "Host" header with requests made by crap... |
| 9b0b66b |
2005-07-22 |
Added load_fixtures task to the Rakefile, which will loa... |
| c6ab8f5 |
2005-07-02 |
Added :field_name option to DateHelper#select_(year|mont... |
| dad9c4b |
2005-07-02 |
Fixed that model generator would make fixtures plural, e... |
| 3dfa56c |
2005-06-26 |
Updated all references to the old find_first and find_al... |
| 3eed327 |
2005-06-25 |
Fixed that validations didn't respecting custom setting ... |
| a995f42 |
2005-06-25 |
Added tests for whiny nil #1476 [court3nay/marcel] |
| 89e06ed |
2005-06-16 |
Fixed image_tag so an exception is not thrown just becau... |
| 87b55f5 |
2005-03-06 |
Updated wording in YAML error [noradio] |
| df99b68 |
2005-02-23 |
Changed default IP binding for WEBrick from 127.0.0.1 to... |
| b40d3c9 |
2005-01-20 |
Replaced === checks with is_a? checks #502, #82 [Marcel ... |
| 652f1ef |
2005-01-18 |
Added 5-second timeout to WordNet alternatives on creati... |
| 876a1a1 |
2005-01-11 |
Added Byte operations to Numeric, so 5.5.megabytes + 200... |
| e38ee7c |
2005-01-11 |
Added conditional layouts like <tt>layout "weblog_standa... |
| 677d922 |
2005-01-09 |
Added conditional filters #431 [Marcel] |
| eeae1ee |
2004-12-19 |
Added documentation for automatic layout inclusion #328 ... |
| 1579f3b |
2004-12-16 |
Added Base.validates_format_of that Validates whether th... |
| 83c668f |
2004-12-15 |
Make Railties *not* include .svn dirs in its gemspec fil... |
| 17a74d9 |
2004-12-15 |
Added that controllers will now search for a layout in $... |
| 9ee94ab |
2004-12-12 |
Added that render_partial will always by default include... |