| 5430eb6 |
2007-09-27 |
Avoid calling is_missing on LoadErrors. Closes #7460. |
| defb4d0 |
2007-09-22 |
Remove use of & logic operator. Closes #8114. |
| 16529a9 |
2007-09-21 |
Don't warn when a path segment precedes a required segme... |
| 2ca6f57 |
2007-05-12 |
Add broken test |
| a5fe13e |
2007-05-12 |
Add ActionController::Routing::Helpers, a module to cont... |
| 5a3bb88 |
2007-05-02 |
Update UrlWriter to accept :anchor parameter. Closes #6771. |
| 4ef9ad8 |
2007-04-29 |
Updated initializer to only load #{RAILS_ENV}.rb once. A... |
| 8a9496c |
2007-03-14 |
Add environment variable RAILS_DEFAULT_DATABASE, which a... |
| b41920d |
2007-03-14 |
Merge [6426] to stable |
| d16aa4e |
2007-03-14 |
Fix changelog line |
| 4eec5f4 |
2007-03-14 |
Update Dependencies to ignore constants inherited from a... |
| 2cc9c81 |
2007-01-28 |
Allow Routes to generate all urls for a set of options b... |
| 17a9405 |
2007-01-28 |
Change the query parser to map empty GET params to "" ra... |
| b7df916 |
2007-01-28 |
Change session restoration to allow namespaced models to... |
| 35ec1c9 |
2007-01-28 |
Fix doubly appearing parameters due to string and symbol... |
| c7f50e9 |
2007-01-28 |
Fix overly greedy rescues when loading helpers. Closes #... |
| 3543385 |
2007-01-24 |
Added Hash#to_query to turn a hash of values into a form... |
| 6ee09b6 |
2007-01-24 |
Increase test coverage for subclasses_of. Closes #7335. |
| dd605e9 |
2007-01-12 |
Merge [5904] from trunk. References #6252. |
| 41198ad |
2007-01-12 |
Fix parsing of array[] CGI parameters so extra empty val... |
| 0ff4ede |
2006-12-31 |
Apply [5811] to RC |
| 91b71ed |
2006-12-31 |
Fix Dependencies.autoloaded? to ignore anonymous modules... |
| c6d4780 |
2006-12-26 |
Allow config.to_prepare to work, make the dispatcher saf... |
| da8a896 |
2006-12-24 |
Apply [5781] and [5782] to RC |
| e2acd16 |
2006-12-24 |
Update load once paths to prevent nested once constants ... |
| 1e170da |
2006-12-24 |
Checkin failing test case related to load once paths |
| d5ca9a5 |
2006-12-17 |
Merge [5728] from trunk. |
| 590b192 |
2006-12-10 |
Apply [5710] to RC |
| 6a485c3 |
2006-12-09 |
Fix remove_constant to correctly handle constant names o... |
| d1a2449 |
2006-12-09 |
Fix a bug in Routing where a parameter taken from the pa... |
| 3ee8096 |
2006-11-25 |
Apply [5624] to RC. References #6698. |
| cf248ea |
2006-11-25 |
Update initializer to load Rails::VERSION as soon as pos... |
| ffa2c5f |
2006-11-22 |
Apply [5607] to RC. References #6669. |
| d1529a7 |
2006-11-22 |
Update Routing to complain when :controller is not speci... |
| bef626e |
2006-11-17 |
Apply [5548] to RC |
| f92d6a0 |
2006-11-17 |
Reuse named route helper module between Routing reloads ... |
| 792780a |
2006-11-09 |
Apply [5471] to RC |
| d3100ec |
2006-11-09 |
Alter prior change to use require_dependency instead of ... |
| ba086a4 |
2006-11-07 |
Merge [5440], [5444], [5463], [5464] from trunk. |
| ad06514 |
2006-11-07 |
Update dependencies to delete partially loaded constants. |
| cbffafb |
2006-11-07 |
Remove temporary crutch to help ApplicationController be... |
| fbccde9 |
2006-11-07 |
Update changelog |
| e51112c |
2006-11-07 |
Remove temporary crutch to help ApplicationController be... |
| a7d0e0e |
2006-11-06 |
Fix warning and incorrect test trigger |
| 229e197 |
2006-11-01 |
Update dependencies to allow constants to be defined alo... |
| 5cc682d |
2006-11-01 |
Update dependencies to allow constants to be defined alo... |
| 2d33676 |
2006-10-16 |
Fix deprecation warnings when rendering the template err... |
| 03b3838 |
2006-10-16 |
Fix routing to correctly determine when generation fails... |
| d1ae92e |
2006-10-16 |
Remove extraneous expand_path; fix plugin load paths |
| 25b5161 |
2006-10-16 |
Add plugins and builtins to the load_path. |
| 64c7bf7 |
2006-10-16 |
Remove autoload_paths to simplify configuration. |
| 497b5dc |
2006-10-15 |
Add 'unloadable', a method used to mark any constant as ... |
| 2049313 |
2006-10-14 |
Undo accidental commit |
| 4257fd6 |
2006-10-14 |
Rename overlapping test names |
| 214d236 |
2006-10-11 |
Install named routes into ActionView::Base instead of pr... |
| bbcd508 |
2006-10-09 |
Fix typo |
| bc85e6a |
2006-10-09 |
Rename test assertion to prevent shadowing. Closes #6306. |
| 8d809e7 |
2006-09-23 |
Clear the cache of possible controllers whenever Routes ... |
| 5e5b87b |
2006-09-20 |
Update CGI process to allow sessions to contain namespac... |
| 4ae3db8 |
2006-09-20 |
Fix routing to respect user provided requirements and de... |
| f1b639c |
2006-09-08 |
Update descriptive messages for exceptions thrown by cgi... |
| 9d9ac01 |
2006-09-07 |
Add descriptive messages to the exceptions thrown by cgi... |
| 840b576 |
2006-09-07 |
Too much dotware |
| e3c2151 |
2006-09-07 |
Remove the uncanny default of adding all app/models/*/ d... |
| 00685ad |
2006-09-06 |
Update UrlWriter to support :only_path. |
| 9365997 |
2006-09-06 |
Fix loadable_constants_for_path to handle load paths tha... |
| 7441b19 |
2006-09-05 |
Fix logic error in determining what was loaded by a give... |
| 1d554b8 |
2006-09-05 |
Equate Kernel.const_missing with Object.const_missing. F... |
| 6fcc81b |
2006-09-03 |
Add forgotten file |
| 26f28e7 |
2006-09-02 |
Add ApplicationController special case to Dependencies. |
| d34a346 |
2006-08-30 |
Switch to using FormEncodedPairParser for parsing reques... |
| 9ece976 |
2006-08-30 |
Add desc for test task so that completion can detect it |
| 68c9c93 |
2006-08-29 |
Update Initializer to use load_once_paths to avoid plugi... |
| 3b1972a |
2006-08-24 |
Add UrlWriter to allow writing urls from Mailers and scr... |
| caf546b |
2006-08-22 |
Add test case from ticket #4090 |
| 4584376 |
2006-08-17 |
Add tests for prior checkin |
| cad830f |
2006-08-17 |
Widen too narrow rescue |
| 924ef18 |
2006-08-17 |
Detect missing_constants calls from removed modules and ... |
| 2b37d59 |
2006-08-16 |
Fix const_missing to behave responsibly when called with... |
| 38f598e |
2006-08-16 |
Update require_dependency to return true or false as req... |
| 593f04e |
2006-08-16 |
Stop using defined? in Dependencies.qualified_const_defi... |
| 5f3486c |
2006-08-15 |
cleanup |
| 7678d12 |
2006-08-15 |
Relax Routing's anchor pattern warning; it was preventin... |
| 5baf746 |
2006-08-15 |
Add controller_paths variable to Routing; Assign Routing... |
| 30fa705 |
2006-08-14 |
Add silencing to deprecations; avoid self-scolding. |
| 84bacf9 |
2006-08-13 |
Invoke method_missing directly for hidden actions. Close... |
| 440655e |
2006-08-13 |
Add debugging logging to Dependencies. |
| 3340674 |
2006-08-12 |
Use require_dependency and not require to load models |
| e071b60 |
2006-08-10 |
Can't use controller_path due to Admin model and Admin::... |
| 720f990 |
2006-08-10 |
Use config.controller_paths instead of pattern matching |
| 94e1350 |
2006-08-10 |
Readable |
| 9bd007c |
2006-08-08 |
Add forgotten files; Fix double loading errors. |
| 4635d33 |
2006-08-08 |
Checkin forgotten add. Update const_missing handler to a... |
| 74165eb |
2006-08-08 |
New dependencies implementation |
| c469e46 |
2006-08-07 |
it's me, john wayne |
| 33bc251 |
2006-08-07 |
that wasnt me |
| e7e464a |
2006-08-07 |
cleanup comments |
| 7104017 |
2006-08-06 |
Remove requires from webrick server; they were causing d... |
| c06467f |
2006-08-06 |
Move method |
| cbc3afb |
2006-08-06 |
Add Dispatcher.to_prepare and config.to_prepare to provi... |
| 52d4166 |
2006-08-05 |
Raise fully qualified names upon name errors. Closes #5533. |
| 196fab9 |
2006-08-05 |
Add extention to obtain the missing constant from NameEr... |
| 8225271 |
2006-08-05 |
I know we all love > but we can't all have them |
| 127ee8c |
2006-08-05 |
Make Routing noisy when an anchor regexp is assigned to ... |
| f39180e |
2006-08-04 |
Fix broken query parameter tests |
| 9d17f88 |
2006-07-27 |
Update integration.rb to require test_process explicitly... |
| 378a935 |
2006-07-17 |
Remove leak in development mode |
| 66313f7 |
2006-07-03 |
Minor tweak to improve performance of ActiveRecord::Base... |
| e494b0a |
2006-06-30 |
Add route_name_path method to generate only the path for... |
| c53ae00 |
2006-06-29 |
Remove use of opts.on { |options[:name] } hash assignmen... |
| 81a6a60 |
2006-06-28 |
Remove opts.on { |options[:option_name] } style hash ass... |
| 51f3283 |
2006-06-28 |
Fix broken traverse_to_controller |
| d912509 |
2006-06-25 |
Add AssociationCollection#sum since the method_missing i... |
| a552651 |
2006-06-24 |
Add Enumerable#index_by |
| 83af5fe |
2006-06-24 |
Add test file that should never be loaded |
| e5fc5aa |
2006-06-19 |
Change AR::Base#to_param to return a String instead of a... |
| 5b8b77e |
2006-06-18 |
... |
| 4e2dcbf |
2006-06-18 |
Refinement to avoid exceptions in traverse_to_controller |
| a12aabc |
2006-06-18 |
Fix loading of arbitrary files in ruby's load path by tr... |
| b20c575 |
2006-06-01 |
New routes implementation. Simpler, faster, easier to un... |
| 04fb7c3 |
2006-05-21 |
Remove Enumerable#first_match in favor of using break(re... |
| 7d30924 |
2006-04-07 |
Don't match commented out RAILS_GEM_VERSIONs. |
| 6400367 |
2006-04-06 |
Fix type_name_with_module to handle type names that begi... |
| f4382af |
2006-04-04 |
fsking svn... |
| ccadfc3 |
2006-04-04 |
Add forgotten testcase |
| e714b25 |
2006-04-04 |
Update the diagnostics template skip the useless '<contr... |
| 6c2d167 |
2006-04-03 |
Abort broken tighter resolution suppression. Closes #4431 |
| d0e8d54 |
2006-04-03 |
Typo fix |
| bf109ca |
2006-04-03 |
Install alias so Rails::InfoController is accessible at ... |
| 237cc94 |
2006-04-01 |
Exit when no gem is found; expand on error message |
| b7a0511 |
2006-04-01 |
Remove explicit require of departed file. |
| b227e7e |
2006-04-01 |
Remove explicit require of departed file. |
| a09b202 |
2006-04-01 |
Make Rails::VERSION implicitly loadable. Closes #4491. |
| c10a2d2 |
2006-04-01 |
Teach Rails apps to only load gems of the same Rails ver... |
| 23fa039 |
2006-03-29 |
Fix Rails info controller for postgres; Closes #4469. |
| b55fc9e |
2006-03-28 |
Replace 'rescue Object' with a finer grained rescue. Clo... |
| 9efca53 |
2006-03-27 |
Dependencies cleanup. Fixes #4221. |
| 2440349 |
2006-03-27 |
Add CachingTools::HashCaching to simplify the creation o... |
| 2683782 |
2006-03-26 |
Remove broken hack which has no effect. |
| 3bab575 |
2006-03-26 |
Update Object.subclasses_of to locate nested classes. Up... |
| c05c22a |
2006-03-22 |
Fix double url escaping of remote_function. Add :escape ... |
| 48e7edc |
2006-03-19 |
Reject Ruby 1.8.3 when loading Rails; extract version ch... |
| 5ff59bf |
2006-03-19 |
Remove explicit loading of RailsInfo and RailsInfoContro... |
| b42195c |
2006-03-19 |
Fix RailsInfoController. |
| ab9f324 |
2006-03-19 |
Undo accidental escaping for mail_to; add regression tes... |
| 1e7ce13 |
2006-03-18 |
Change url_for to escape the resulting URLs when called ... |
| 2402131 |
2006-03-18 |
Add ability for relative_url_root to be specified via an... |
| 065b3af |
2006-03-16 |
Explain thyself |
| 8ff4463 |
2006-03-13 |
Simplify controller_path |
| c07c48d |
2006-03-13 |
Delay rake:uncommitted's execution of `svn status` |
| 77e2f00 |
2006-03-11 |
Don'tt abort rake when rendering the _trace.rhtml template |
| 1383d1c |
2006-02-28 |
Change Fixtures.create_fixtures arity to be backwards co... |
| 2bb52dc |
2006-02-27 |
Fix delerious changelog |
| ada11d6 |
2006-02-27 |
Add set_fixture_class to allow the use of table name acc... |
| 26eaf07 |
2006-02-26 |
Remove ::Controllers related cruft; fix AP tests |
| 55bb615 |
2006-02-26 |
Update duplicated OrderedOptions code. |
| de54db3 |
2006-02-22 |
Check NameErrors and re-raise if they do not match the e... |
| 324e5eb |
2006-02-12 |
Fix form_for brokenness due to a shortage of parenthesis |
| 344ae83 |
2006-02-11 |
Remove over-engineered form_for code for a leaner implem... |
| 91cdd59 |
2006-02-11 |
Fix constantize to handle names beginning with '::'. Clo... |
| 7139e2a |
2006-02-06 |
Fix remote_form_for creates a non-ajax form. Closes #3741. |
| 5450538 |
2006-02-04 |
Don't let arbitrary classes match as controllers |
| 427d0a8 |
2006-02-04 |
Fix bad require for rake test |
| cc768dc |
2006-02-04 |
Fix routing tests to pass when run independently of the ... |
| b381d85 |
2006-02-04 |
Fix Routing tests. Fix routing where failing to match a ... |
| 9474fe7 |
2006-02-04 |
Add :builder => option to form_for and friends. Closes 3... |
| 5cbc062 |
2006-02-04 |
Just go with Subclasses instead of OnlySubclasses |
| 38aae1b |
2006-02-04 |
Remove unneeded logging |
| dfa6e14 |
2006-02-04 |
Fix controller resolution to avoid accidentally inheriti... |
| c77729f |
2006-02-04 |
Set sweeper's @controller to nil after a request so that... |
| 1aaeb21 |
2006-02-04 |
Fix Reloadable to handle the case where a class that has... |
| 62aa060 |
2006-02-03 |
Don't allow Reloadable to be included into Modules |
| ad9cabd |
2006-02-03 |
Remove LoadingModule |
| 6d7b037 |
2006-02-02 |
Add LoadingModule.clear! back temporarily |
| 1129e5b |
2006-02-02 |
Remove definition of reloadable? from ActiveRecord::Base... |
| 52b04e8 |
2006-02-02 |
Reloadable::OnlySubclasses |
| 1bce58b |
2006-02-02 |
Add Reloadable::OnlySubclasses which handles the common ... |
| 4bb6f86 |
2006-02-02 |
Pluralization bites again |
| 7a43a05 |
2006-02-02 |
Further improvements to reloading code |
| d2adec4 |
2006-01-30 |
Ensure assigns are copied to the template when using re... |
| 4ae6f74 |
2006-01-22 |
Show a meaningful error when the DB2 adapter cannot be l... |
| cffd1a9 |
2006-01-22 |
Show a meaningful error when the DB2 adapter cannot be l... |
| 6b38b97 |
2005-12-19 |
Documentation fixes |
| 60936c5 |
2005-12-06 |
Add builtin/ to the gemspec. Closes #3047. |
| 66cd133 |
2005-12-06 |
Add builtin/ to the gemspec. Closes #3047. |
| 7867266 |
2005-11-28 |
Apply freeze gems fix to stable |
| ca7341d |
2005-11-28 |
Fix freeze_gems so that the latest rails version is dump... |
| bd5ace8 |
2005-11-22 |
Initialize @optional in routing code to avoid warnings |
| 113c815 |
2005-11-16 |
Change Inflector#constantize to use eval instead of cons... |
| 1cc8ab8 |
2005-11-16 |
Change Inflector#constantize to use eval instead of cons... |
| 41e4173 |
2005-11-10 |
Fix const_missing handler to ignore the trailing '.rb' o... |
| c955f37 |
2005-11-10 |
Fix sqlite adaptor's detection of missing dbfile or data... |
| 73a697c |
2005-11-09 |
Don't detach or fork for script/server tailing |
| 2406491 |
2005-11-07 |
Fix broken tests caused by incomplete loading of active ... |
| f2c920e |
2005-10-27 |
Fix line number detection and escape RAILS_ROOT in backt... |
| 727162e |
2005-10-27 |
When loading classes using const_missing, raise a NameEr... |
| a7aa269 |
2005-10-27 |
Recognize ./#{RAILS_ROOT} as RAILS_ROOT in error traces |
| e0332f5 |
2005-10-27 |
Back off cleanpath to be symlink friendly. Closes #2533 |
| 435f0c2 |
2005-10-27 |
Add name to changelogs |
| d6461bf |
2005-10-26 |
Remove fingerprinting from AR session store; fix bug in ... |
| 86a5710 |
2005-10-25 |
Reset template variables after using render_to_string. C... |
| 86bdbc3 |
2005-10-18 |
Remove trailing '/' from RAILS_ROOT |
| 7d8ecad |
2005-10-18 |
Update error trace templates |
| 60b6fac |
2005-10-18 |
Remove generated code from app traces; improve accuracy ... |
| 139ba0a |
2005-10-17 |
Fix spelling error |
| cb8bb70 |
2005-10-17 |
Make string-keys locals assigns optional |
| 46f76ea |
2005-10-16 |
Improve line number detection for template errors |
| 57f4347 |
2005-10-16 |
Update Exception extension to show the first few framewo... |
| 98c1735 |
2005-10-16 |
Fix rake dev and related commands |
| 8103d37 |
2005-10-16 |
Add unit tests for exception extensions |
| 876e660 |
2005-10-16 |
Add missing file |
| 67e900c |
2005-10-16 |
Fix bad commit. (Bad developer, bad\!) |
| df9efeb |
2005-10-16 |
Add line and file information to test process' get, post... |
| e625d27 |
2005-10-16 |
Add temporary support for passing locals to render using... |
| 9369137 |
2005-10-15 |
Add __FILE__ and __LINE__ to eval |
| b7801ff |
2005-10-15 |
Shorten long line |
| 3625dfa |
2005-10-15 |
Clean up error pages by providing better backtraces |
| 49ec08a |
2005-10-15 |
Added Extension extension to provide support for clean b... |
| 43c34e2 |
2005-10-15 |
Updated whiny nil to be more concise and useful. |
| 0773c2f |
2005-10-15 |
Add changelog |
| e0e8f0a |
2005-10-15 |
Fix Request#host_with_port to use the standard port when... |
| f2c7634 |
2005-10-14 |
Added cleaning of RAILS_ROOT to useless elements such as... |
| e9df41a |
2005-10-14 |
Added Enumerable#first_match |
| 2cad95d |
2005-10-13 |
Improved line number reporting for template errors |
| e8b427c |
2005-10-06 |
Raise an exception when invalid options are passed to Ac... |
| 6f38041 |
2005-09-29 |
Fix broken testcase for transactions |
| fc83920 |
2005-09-28 |
Fix transactions so that calling return while inside a t... |
| 0b1abc3 |
2005-09-27 |
Undo condition change made in [2345] to prevent normal p... |
| 5640773 |
2005-09-27 |
Streamline render process, code cleaning. Closes #2294. |
| 3e2bac4 |
2005-09-20 |
Improved migrations' behavior when the schema_info table... |
| 251a5d4 |
2005-09-18 |
Fix eager loading error messages, allow :include to spec... |
| b9c79f1 |
2005-09-18 |
Add routing tests from #1945 |
| 57e0cf8 |
2005-09-18 |
Add a routing test case covering #2101 |
| e14acca |
2005-09-12 |
Fixed dependencies related infinite recursion bug when a... |
| c0e84b8 |
2005-09-11 |
Ensure that request.path never returns nil. Closes #1675 |
| 27962ea |
2005-09-11 |
Add ability to specify Route Regexps for controllers. Cl... |
| 9e5d64b |
2005-09-11 |
Provide Named Route's hash methods as helper methods. Cl... |
| bf92aac |
2005-09-08 |
Avoid extending view instance with helper modules each r... |
| 689cca1 |
2005-09-08 |
Performance improvements to CGI methods. Closes #1980 |
| 2f66e87 |
2005-09-07 |
Symbolize the keys of overwritten parameters. Really clo... |
| 3108764 |
2005-09-06 |
Fix overwrite params. Closes #1909 |
| 49d5cad |
2005-08-31 |
Only load breakpoint in development mode and when BREAKP... |
| 87b6800 |
2005-08-31 |
Add option to specify the singular name used by paginati... |
| 34e795f |
2005-08-30 |
Use string key to set action_name for controllers. Close... |
| a8b9fc9 |
2005-08-29 |
Add dummy ActionView::Base.cache_template_loading access... |
| 68c90ab |
2005-08-26 |
Render refactoring; render error reporting fixes |
| 778aeae |
2005-08-26 |
Update changelog |
| 1cbd1f9 |
2005-08-26 |
Fix routing to handle :some_param => nil better |
| 7ab71d3 |
2005-08-17 |
Replace render_partial with render :partial in scaffold ... |
| 2cdc2a0 |
2005-07-22 |
Remove extra definition of supports_migrations? from abs... |
| 42723e3 |
2005-07-19 |
Factor Fixnum and Bignum extensions into Integer class |
| 2e175d3 |
2005-07-18 |
Fix last changeset to pass unittests |
| 741316d |
2005-07-18 |
Fixed construction of get parameters for arrays |
| 2cdecff |
2005-07-18 |
Updating changelog to reflect [1855] |
| dba6b8b |
2005-07-18 |
Add ordinalize to Fixnum and Bignum instances |
| c0771fe |
2005-07-15 |
Fix assert_routing with nested controllers. Closes #1582... |
| bf0b758 |
2005-07-14 |
Add RouteSet#named_route so that RouteSet instance metho... |
| 6ed16ff |
2005-07-14 |
Provide correct defaults for Named Routes which do not s... |
| 19ee138 |
2005-07-14 |
Show correct paths to generated templates for nexted con... |
| fe0c7f4 |
2005-07-14 |
Fix rescue handling to erase both render and redirect re... |
| 2bd4ff1 |
2005-07-14 |
Generate URLs for :action => index when :action => nil i... |
| 9314793 |
2005-07-13 |
Named routes should not provide nil values to url_for. I... |
| c18961f |
2005-07-08 |
Routes now raise an exception if a path component is mis... |
| 4a3ec21 |
2005-07-08 |
Fix routes to generate proper URLs when given Fixnum def... |
| 3c4295c |
2005-07-07 |
Allow RouteSet#recognition_failed to be used to handle u... |
| f4bfacb |
2005-07-07 |
Enable routes to recognize uppercase controller names. C... |
| 5727dc2 |
2005-07-07 |
Properly unescape recognized path components. Fixes #1651. |
| e3af27c |
2005-07-07 |
Improved testing of functional test setup. |
| b9b6cb9 |
2005-07-07 |
Fixed routing to allow for testing of *path components #... |
| 75157bb |
2005-07-07 |
Fixed that named routes didn't use the default values fo... |
| 169eb78 |
2005-07-06 |
Fixed that Yaml error message in fixtures hid the real e... |
| 707106f |
2005-07-06 |
Added fixed gateway script [Nicholas Seckar] |
| 128e352 |
2005-07-04 |
Fixed that hashes was not working properly when passed b... |
| 9e4f5f3 |
2005-07-04 |
Added an EXPERIMENTAL gateway.cgi for getting high-speed... |
| 6e319cc |
2005-07-04 |
Added an EXPERIMENTAL gateway.cgi for getting high-speed... |
| 117ee11 |
2005-07-04 |
Improved the whiny nil #1600 [Nicholas Seckar] |
| 31e4893 |
2005-06-29 |
r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700 |
| 453ed15 |
2005-06-28 |
Routes fail with leading slash #1540 [Nicholas Seckar] |
| 96e590c |
2005-06-28 |
This patch modifies RouteSet#write_generation and RouteS... |
| b8689c7 |
2005-06-27 |
Don't ignore :controller for urls made inside a controll... |
| a7116b6 |
2005-06-27 |
Make named routes work without hashes #1523 [Nicholas Se... |
| 2269c23 |
2005-06-27 |
Fixed assert_redirected_to to handle absolute controller... |
| 930b59e |
2005-06-26 |
Fixed that Functional tests do not set request.path_para... |
| ee4c834 |
2005-06-26 |
Added testing of named routes #1506 [Nicholas Seckar] |
| c6ea1d3 |
2005-06-25 |
RoutingError should show 404.html when in public #1503 [... |
| 8e56f5e |
2005-06-24 |
Improved performance of Routes generation by a factor of... |
| 92473b8 |
2005-06-18 |
Fixed relative urls support for lighttpd #1048 [Nicholas... |
| 791e66b |
2005-06-16 |
Fixed the test_helper.rb to be safe for requiring contro... |
| a32303e |
2005-06-16 |
Fixed Webrick to escape + characters in URL's the same w... |
| 2e6f6ce |
2005-06-13 |
r1300@iwill: jeremy | 2005-06-13 18:31:29 -0700 |
| dab360e |
2005-05-21 |
Added DoubleRenderError exception that'll be raised if r... |
| d3704f8 |
2005-05-19 |
Fixed assert_redirect_to to work with redirect_to_path #... |
| 4a7225a |
2005-05-19 |
Fixed Dependencies so all modules are able to load missi... |
| 71b6f76 |
2005-05-19 |
Fixed the Inflector to underscore strings containing num... |
| 6375569 |
2005-05-19 |
Fixed that HashWithIndifferentAccess stringified all key... |
| 7d01005 |
2005-04-18 |
Fixed documentation and prepared for release of 0.12 |
| 3b9bf64 |
2005-04-18 |
Added support for web servers that use PATH_INFO instead... |
| 87bed3a |
2005-04-10 |
Fixed that in some circumstances controllers outside of ... |
| 0ca544d |
2005-04-02 |
Fixed problem with classes being required twice. Object#... |
| 4b3bb3d |
2005-03-26 |
Fixed link_to :confirm #936 [Nicholas Seckar] |
| 4513779 |
2005-03-25 |
Fixed that MissingSourceFile's wasn't properly detected ... |
| 373adc7 |
2005-03-23 |
Improved error reporting especially around never shallow... |
| 3697df1 |
2005-03-23 |
Improved error reporting especially around never shallow... |
| 11a5492 |
2005-03-22 |
Removed SCRIPT_NAME from the WEBrick environment to prev... |
| 20e3cfe |
2005-03-20 |
Combined the script/environment.rb used for gems and reg... |
| a613606 |
2005-03-20 |
Changed .htaccess to allow dispatch.* to be called from ... |
| ce23862 |
2005-03-20 |
Added alias_method :to_param, :id to Base, such that Act... |
| 90f78e2 |
2005-03-14 |
Fixed :anchor use in url_for #821 [Nicholas Seckar] |
| 193edfb |
2005-03-14 |
Removed the reliance on PATH_INFO as it was causing prob... |
| 7174211 |
2005-03-07 |
Fixed Hash#indifferent_access to also deal with include?... |
| 86543a7 |
2005-03-06 |
Fixed issues with caching root pages #734 [Nicholas Seckar] |
| 688f0f6 |
2005-03-06 |
Fixed that map.connect should convert arguments to strin... |
| 5718eb1 |
2005-03-06 |
Fixed WEBrick server to use ABSOLUTE_RAILS_ROOT instead ... |
| 28a1196 |
2005-03-01 |
Fix request.path_info and clear up LoadingModule behavio... |
| a29625f |
2005-03-01 |
Fixed caching to be aware of extensions (so you can cach... |
| 630638b |
2005-02-27 |
Fixed that Routes would raise NameErrors if a controller... |
| f384582 |
2005-02-21 |
Fixed that Active Record would throw Broken Pipe errors ... |
| ab3a813 |
2005-02-20 |
Fixed that script/server -d was broken so daemon mode co... |
| 83efffb |
2005-02-19 |
Fix module support for controller generators #668 [Ulysses] |
| 04b8bc1 |
2005-02-17 |
Fixed that a bunch of methods from ActionController::Bas... |
| d9c0a37 |
2004-12-22 |
Releasing Rails 0.9.2 |
| c8b2491 |
2004-12-19 |
Fixed that textilize and markdown would instantiate thei... |
| d19b181 |
2004-12-19 |
Added support for a -h/--help parameter in the generator... |
| df28bdd |
2004-12-15 |
Documented select, collection_select, and country_select... |