More at rubyonrails.org: Overview | Download | Deploy | Code | Screencasts | Documentation | Ecosystem | Community | Blog

#20 Andrew White - All time
Showing 424 commits

Hash Date Message
8799cfa 2013-05-24 Restore rescue block for when IM is enabled
7101a85 2013-05-24 Merge pull request #10745 from arunagw/build_fix_ruby187
a711193 2013-05-10 Merge pull request #10557 from arunagw/pluck-refactor-us...
ab08519 2013-04-27 Don't reprocess the options hash on every request
051d289 2013-04-26 Merge pull request #9980 from stouset/patch-1
f99ce3c 2013-04-25 Add support for extra options to `force_ssl`
8227bf7 2013-04-25 Use `request.fullpath` to build redirect url in `force_ssl`
2a89941 2013-04-24 Lookup the class at runtime, not when the association is...
07e489c 2013-04-24 Removed unused associations
2d211c4 2013-04-24 Reset the primary key for other tests
1a30cfe 2013-04-24 Revert "Revert "`belongs_to :touch` behavior now touches...
00e5453 2013-04-24 Add test for `format: false` with resources - closes #10323
a56b150 2013-04-23 Adjust for daylight savings in String#to_time
4e21b7b 2013-04-22 Merge pull request #10301 from vipulnsward/extract_in_ma...
0fea87c 2013-04-22 Merge pull request #10299 from econsultancy/use-method-n...
8758c6c 2013-04-22 Merge pull request #10297 from vipulnsward/dont_mutate_i...
222011d 2013-04-18 Add CHANGELOG entries - closes #10180, #10185
0883f9f 2013-04-18 Refactor ActionDispatch::Http::URL.build_host_url
c102440 2013-04-18 Add url generation tests for #10185
3ba6ae9 2013-04-18 Duplicate options before mutating them
24b1d4f 2013-04-10 Return nil for Mime::NullType#ref
17a886b 2013-04-10 Add failing test case for #9654
4d8e234 2013-04-06 Merge pull request #10101 from wangjohn/refactoring_rout...
155f866 2013-04-05 Improve `belongs_to touch: true` timestamp test
8f84cdd 2013-04-04 Use inspect when writing the foreign key from the reflec...
148b9cc 2013-04-03 Merge pull request #9932 from senny/9913_routing_problem
a957cb7 2013-04-03 Merge pull request #10070 from rubys/skip_bundle_in_rail...
5120e55 2013-04-03 Merge pull request #10072 from senny/10071_format_on_sco...
730f725 2013-03-20 Merge pull request #9794 from schneems/schneems/email-host
341f9a0 2013-03-18 Merge pull request #9774 from senny/9772_reraise_no_meth...
cd6a9f8 2013-03-15 Merge pull request #9732 from arunagw/warning_fix_unused...
aa07318 2013-03-15 Merge pull request #9731 from senny/9724_argument_error_...
ddb9040 2013-03-15 Merge pull request #9716 from senny/rework_headers_funct...
0248267 2013-03-13 Merge pull request #9700 from senny/6513_integration_tes...
14a9a4a 2013-03-13 Merge pull request #9696 from senny/typo_in_changelog
3d4d742 2013-03-13 Fix ar:mysql2 build on Ruby 1.8.7
dff86e6 2013-03-13 Add regression tests for #9678
ba910d7 2013-03-13 Fix `ActiveSupport::TimeZone.parse` when time is a local...
464cd9d 2013-03-11 Merge pull request #9664 from sikachu/master-fix-test_te...
0108eaf 2013-03-03 Merge pull request #9528 from korny/patch-1
86cf7a2 2013-03-03 Use custom visitor class for optimized url helpers
c09f934 2013-03-02 Merge pull request #9431 from troyk/patch-2
cf278a6 2013-02-28 Remove redundant method
17cff2c 2013-02-28 Merge pull request #9469 from senny/9466_format_enforcin...
6a235fa 2013-02-26 Merge pull request #9439 from senny/9435_router_params_a...
923ec86 2013-02-26 Merge pull request #9437 from senny/9432_undefined_metho...
d5141f2 2013-02-25 Merge pull request #9390 from chris-baynes/datetime_sec_...
e55b0f6 2013-02-22 Merge pull request #9374 from senny/improved_match_short...
31f807c 2013-02-22 Merge pull request #9334 from NARKOZ/time_tag
b5df957 2013-02-21 Merge pull request #9365 from gaganawhad/core-ext-beginn...
f4b506f 2013-02-21 Merge pull request #9361 from senny/improved_match_short...
c3f1b1d 2013-02-20 Merge pull request #9330 from bdmac/time_zone_select_dup
212ef52 2013-02-19 Remove config.autoload_paths from config/application.rb
a8bf129 2013-02-19 Don't unhook autoloading in production
9d9b22f 2013-02-19 Revert "Deprecate the `eager_load_paths` configuration"
bd328f4 2013-02-17 Add CHANGELOG entry for 41ff6a10216f48f43605a1f9cd609476...
5aff218 2013-02-10 Merge pull request #8643 from tricknotes/remove-method-r...
41ff6a1 2013-01-26 Simplify type casting code for timezone aware attributes
0757b33 2013-01-24 Deprecate the `eager_load_paths` configuration
c5989cc 2013-01-24 Fix PostgreSQL tests on Travis
1b75b94 2013-01-23 Remove warning by using a custom coder
97a4db9 2013-01-22 Revert "Merge pull request #6986 from kennyj/fix_6975"
7ee7671 2013-01-22 Add failing test case for #8460
5c4a186 2013-01-22 Revert "Round usec when writing timestamp attribute."
1cf73a6 2013-01-22 Add failing test case for #8460
4317596 2013-01-21 Duplicate possible frozen string from route
c4106d0 2013-01-21 Duplicate possible frozen string from route
ee34582 2013-01-21 Use `DateTime.parse` inside `String#to_datetime`
b79adc4 2013-01-21 Standardise the return value of `to_time`
c8b0a6f 2013-01-16 Merge pull request #8963 from asanghi/regress_8631
d3dcb4b 2013-01-16 Merge pull request #8632 from asanghi/3-2-stable
f1d8f2a 2013-01-15 Change the behavior of route defaults
90d2802 2013-01-15 Add support for other types of routing constraints
b28fc68 2013-01-15 Ensure port is set when passed via the process method
db06d12 2013-01-15 Raise correct exception now Journey is integrated.
4c525b2 2013-01-12 Remove unnecessary caching of ParameterFilter
8b3109a 2013-01-12 Remove unnecessary caching of ParameterFilter
0db9b13 2013-01-12 Remove unnecessary caching of ParameterFilter
de21da5 2013-01-08 Merge pull request #8800 from acapilleri/primary_key
f180784 2013-01-06 Merge pull request #8777 from goshakkk/delegate-class
fa6e995 2013-01-05 Merge pull request #8766 from jcoglan/session_token_docs
5b750c1 2013-01-04 Merge pull request #8722 from kwstannard/string_to_date_...
add4375 2013-01-04 Allow use of durations for ActionDispatch::SSL configura...
f0129da 2012-12-19 Remove the actual extension file as well [ci skip]
dc0542f 2012-12-19 Remove obsolete Hash extension needed for Ruby 1.8.x sup...
56fee39 2012-12-19 Integrate Journey into Action Dispatch
dcb318e 2012-12-17 Make conditional_layout? private and update documentation
9c581d3 2012-12-14 Don't use 1.9 hash syntax on 3-2-stable
6ab1a95 2012-12-14 Clear url helper methods when routes are reloaded
01d3a36 2012-12-14 Clear url helper methods when routes are reloaded
a16da3f 2012-12-14 Revert "Clear url helpers when reloading routes"
48583f8 2012-12-11 Deprecate obsolete Time to DateTime fallback methods
45a6f54 2012-12-11 Beef up tests for String#in_time_zone and Date#in_time_zone
4dd5635 2012-12-11 Only call `in_time_zone` on Time or DateTime instances
f0a9e2f 2012-12-11 Clean up 'active_support/time' requires
224d82e 2012-12-11 Deprecate Date#to_time_in_current_zone
6816978 2012-12-11 Add missing at_end_of_* aliases
331a82a 2012-12-11 Add String#in_time_zone method
af73e3c 2012-12-07 Revert "Invert precedence of content in ActionDispatch::...
c59734f 2012-12-06 Invert precedence of content in ActionDispatch::Static
8942035 2012-12-06 Add comment about implementation of class_attribute
e905639 2012-12-05 Merge pull request #8404 from freegenie/filter_redirects
fbf23ed 2012-12-04 Make distance_of_time_in_words work with DateTime offsets
18e1227 2012-12-04 Make output of distance_of_time_in_words consistent
c89b6c4 2012-12-01 Only take the date parts from Time.zone.now
005d910 2012-12-01 Make `Time.zone.parse` to work with JavaScript date strings
eba430a 2012-11-29 Merge pull request #7961 from exviva/seconds_until_end_o...
be2a3b0 2012-11-26 Improve clarity of routing tests
9f68d52 2012-11-22 Merge pull request #8114 from guilleiguaran/use-symbols-...
42cfacf 2012-11-09 Gracefully handle upgrading apps with mass assigment con...
46d8543 2012-08-29 Merge pull request #7230 from schneems/schneems/expose_r...
c580772 2012-08-04 Revert "polymorphic_url with an array generates a query ...
4059423 2012-08-04 Revert "Refactor passing url options via array for polym...
067efad 2012-08-04 Merge branch 'polymorphic_url_builds_query_string_with_a...
6be564c 2012-08-04 Refactor passing url options via array for polymorphic_url
f07c708 2012-08-04 Backport of fix from #5173 - fixes #7252
4d7a102 2012-07-23 Bump Journey requirements to 1.0.4
6b7d26c 2012-07-23 Bump Journey requirements to 1.0.4
cabb447 2012-07-20 Don't assume resource param is :id when using shallow ro...
27619e3 2012-07-20 Support constraints on resource custom params when nesting
71d274d 2012-07-17 Add support for optional root segments containing slashes
d8745de 2012-07-17 Add support for optional root segments containing slashes
822c858 2012-07-02 Improve performance of DateTime#seconds_since_unix_epoch
d441de3 2012-07-01 Revert "Use strftime to convert DateTime to numeric"
98b46bf 2012-07-01 Make Time#change work with offsets other than UTC or local
73bddd1 2012-07-01 Remove rescue clause from ActiveSupport::TimeZone#to_f
c685d12 2012-07-01 Remove DateTime#to_time override
210cd75 2012-07-01 Use strftime to convert DateTime to numeric
5befeba 2012-06-23 Add test cases for 46492949b8c09f99db78b9f7a02d039e7bc6a702
bacfa9d 2012-06-22 It's AR::Reflection not AR::Relation
4649294 2012-06-22 Improve the derivation of HABTM assocation join table names
c2e61aa 2012-06-10 Ensure that mass assignment options are preserved
6900a4e 2012-06-09 Merge pull request #6689 from arunagw/duplicate_test_rem...
9fb7003 2012-06-06 Merge pull request #6644 from amatsuda/fix_meaningless_t...
45427e2 2012-06-06 Make method name consistent with existing methods
870310d 2012-06-05 Eliminate dependency on Rails::VERSION::STRING
7056079 2012-06-01 Restore behavior of Active Record 3.2.3 scopes
67b9479 2012-05-31 Reduce warning messages when running Active Support tests
8186754 2012-05-24 Merge pull request #6461 from schneems/schneems/sextant-...
79b38c3 2012-05-20 Escape the extension when normalizing the action cache p...
3fc561a 2012-05-20 Return 400 Bad Request for URL paths with invalid encoding.
66eb3f0 2012-05-20 Raise ActionController::BadRequest for malformed paramet...
972376a 2012-05-20 Correct order of expected and actual arguments
329a5a4 2012-05-19 Add CHANGELOG entry for constantize - closes #6165.
3d0e489 2012-05-19 Handle case where ancestor is not the end of the chain
71a83a9 2012-05-19 Add CHANGELOG entry for #6369 & #6391
ec77498 2012-05-19 Improve `rake routes` output for redirects - closes #6369.
8ce6b0c 2012-05-13 Autoload ActionDispatch::Request::Session to avoid circu...
9b4514c 2012-05-11 Copy literal route constraints to defaults - fixes #3571...
62f098d 2012-05-10 Return false for exists? with new records - fixes #6199.
fa21b73 2012-05-10 Return false for exists? with new records - fixes #6199.
09a48b2 2012-05-10 Don't ignore nil positional arguments for url helpers - ...
66e338a 2012-05-10 Don't ignore nil positional arguments for url helpers - ...
e98893b 2012-05-10 Don't ignore nil positional arguments for url helpers - ...
7336b33 2012-05-10 Refactor the handling of default_url_options in integrat...
f3aaac4 2012-05-10 Refactor the handling of default_url_options in integrat...
e306ca3 2012-05-10 Refactor the handling of default_url_options in integrat...
381f6e7 2012-05-09 Merge pull request #6223 from carlosantoniodasilva/remov...
0c7a236 2012-11-16 Refactor Generator class to not rely on in-place editing...
beea9f5 2012-05-09 Refactor Generator class to not rely on in-place editing...
a8a9091 2012-05-04 Merge pull request #6157 from mjtko/fix-activesupport-ti...
7c7fb3a 2012-05-02 Reset the request parameters after a constraints check
5603050 2012-05-02 Reset the request parameters after a constraints check
0cfa6b7 2012-05-02 Reset the request parameters after a constraints check
838101a 2012-04-30 Fix PR #6091
e74e479 2012-04-30 Lock mocha gem to fix the build
63c00ba 2012-04-30 Merge pull request #5838 from IamNaN/patch-1
a72fe84 2012-04-30 Add note about using 303 See Other for XHR requests othe...
24f1437 2012-04-30 Add note about using 303 See Other for XHR requests othe...
75df4c1 2012-04-29 Restore interpolation of path option in redirect routes
6cad407 2012-04-29 Restore interpolation of path option in redirect routes
4075a39 2012-04-29 Add missing require from b608cdd64c95d0d16eb98d86562e22f...
78c181b 2012-04-29 Escape interpolated params when redirecting - fixes #5688
b608cdd 2012-04-29 Escape interpolated params when redirecting - fixes #5688
958daaa 2012-04-29 Escape interpolated params when redirecting - fixes #5688
1c7bcde 2012-04-29 Add failing test case for #6053
d6bbd33 2012-04-29 Don't convert params if the request isn't HTML - fixes #...
7a80b69 2012-04-29 Don't convert params if the request isn't HTML - fixes #...
8af2fd8 2012-04-29 Don't convert params if the request isn't HTML - fixes #...
5c18bdc 2012-04-28 Merge session arg with existing session instead of overw...
09d884c 2012-03-19 Merge pull request #5503 from jeyb/leap_day_time_date_ti...
a01f0ab 2012-03-12 Add documentation for find_or_create_by_{attribute}! met...
ca99beb 2012-03-12 Add documentation for find_or_create_by_{attribute}! met...
90d9635 2012-03-12 Add dynamic find_or_create_by_{attribute}! method.
eee32af 2012-03-12 Add dynamic find_or_create_by_{attribute}! method.
74bc920 2012-02-26 Adding tests for non-optional glob parameters
b8c4f2d 2012-02-26 Adding tests for non-optional glob parameters
5c18b99 2012-02-26 Detect optional glob params when adding non-greedy regex...
5093915 2012-02-23 Document the :host option for force_ssl
c04a084 2012-02-23 Update documentation for force_ssl - closes #5023.
41c182c 2012-02-20 Remove fixture files with Windows incompatible filenames
1ef12fd 2012-02-20 Remove fixture files with Windows incompatible filenames
a786236 2012-02-20 Remove fixture files with Windows incompatible filenames
1b4e6ca 2012-02-17 Simplify regexp
b9ad097 2012-02-17 Simplify regexp
bea34a7 2012-02-17 Simplify regexp
5fcbb94 2012-02-17 Fix ActionDispatch::Static to serve files with unencoded...
86d3bc3 2012-02-17 Fix ActionDispatch::Static to serve files with unencoded...
ceb288b 2012-02-17 Fix ActionDispatch::Static to serve files with unencoded...
12d4514 2011-09-17 Revert "Fixed Apache configuration for gzipped assets: F...
ebea387 2011-08-23 Add failing test case for #2654
257061d 2011-08-24 Add failing test case for #2654
586b284 2011-08-23 Add failing test case for #2654
13400ac 2011-08-23 Ensure regexp and hash key are UTF-8
14cf4b2 2011-08-23 Don't modify params in place - fixes #2624
283f597 2011-08-25 Don't modify params in place - fixes #2624
2af37b0 2011-08-23 Don't modify params in place - fixes #2624
0599e16 2011-07-24 Use top level Rails constant
4b1b9ac 2011-07-24 Use top level Rails constant
1b03f7f 2011-07-04 Revert "The rails gem doesn't have a lib directory."
5bb37ab 2011-07-04 Revert "The rails gem doesn't have a lib directory."
718542b 2011-07-04 Revert "The rails gem doesn't have a lib directory - clo...
3001728 2011-07-04 The rails gem doesn't have a lib directory.
92c852f 2011-07-04 The rails gem doesn't have a lib directory.
e7fc5d1 2011-07-04 The rails gem doesn't have a lib directory - closes #1958.
9f7442a 2011-07-04 Use an instance variable to store the current masss assi...
cee27be 2011-07-04 Use an instance variable to store the current masss assi...
2d16515 2011-07-01 It's autoload all the way down
7467df7 2011-07-01 It's autoload all the way down
0155e10 2011-07-01 Revert "Add missing require for ActionView::AssetPaths"
79924c6 2011-07-01 Don't require ActionView::Context as it's autoloaded
a8410a2 2011-07-01 Don't require ActionView::Context as it's autoloaded
505b6a4 2011-07-01 Revert "Add missing require for ActionView::AssetPaths"
fdaecbe 2011-07-01 Add missing requires for ActionView::Context and Module#...
1e56ada 2011-07-01 Add missing requires for ActionView::Context and Module#...
987eb7d 2011-07-01 Add missing require for ActionView::AssetPaths
ad1d3db 2011-07-01 Add missing require for ActionView::AssetPaths
0ac0d7a 2011-06-15 Make MissingTranslation exception handler respect :rescu...
8624996 2011-06-15 Make MissingTranslation exception handler respect :rescu...
190101e 2011-06-15 Make MissingTranslation exception handler respect :rescu...
190677d 2011-06-13 Remove obsolete compatibility module
a52b141 2011-06-13 Remove obsolete compatibility module
271bccb 2011-06-13 Remove obsolete compatibility module
5d655aa 2011-06-13 Pass mass-assignment options to nested models - closes #...
45509ee 2011-06-13 Pass mass-assignment options to nested models - closes #...
987afa5 2011-06-13 Rename tests to reflect associations
113466c 2011-06-13 Rename tests to reflect associations
1fa059c 2011-06-12 Define ActiveSupport#to_param as to_str - closes #1663
c1938d1 2011-06-12 Define ActiveSupport#to_param as to_str - closes #1663
a64b5dd 2011-06-12 Define ActiveSupport#to_param as to_str - closes #1663
0bcbcdf 2011-06-10 Ensure number helpers can handle HTML safe strings - clo...
21a8dc7 2011-06-10 Ensure number helpers can handle HTML safe strings - clo...
60d4dc1 2011-06-10 Ensure number helpers can handle HTML safe strings - clo...
9b80f8d 2011-06-10 Ensure number helpers can handle HTML safe strings - clo...
4ecca0f 2011-06-05 Move CHANGELOG entry to future version
e864ff7 2011-06-05 Add backward compatibility for testing cookies
0a92704 2011-06-05 Ensure cookie keys are strings
a50865c 2011-06-04 Add missing require for cookies middleware
67f5c07 2011-06-03 Don't double assign attributes - closes #1467.
5488368 2011-06-03 Don't double assign attributes - closes #1467.
cf3364a 2011-06-01 Raise NameError instead of ArgumentError in ActiveSuppor...
f1fe3c2 2011-06-01 Raise NameError instead of ArgumentError in ActiveSuppor...
91f6fba 2011-05-31 Make MemCacheStore work with Ruby 1.9 and -Ku
de7fecb 2011-05-31 Make MemCacheStore work with Ruby 1.9 and -Ku
1f34a79 2011-05-31 Make MemCacheStore work with Ruby 1.9 and -Ku
d8bd19f 2011-05-24 Ignore :includes on through associations
8a4263c 2011-05-24 Ignore :includes on through associations
f1f1ab7 2011-05-24 Failing tests for #1233.
0daf574 2011-05-24 Failing tests for #1233.
09daaaa 2011-05-21 Add support for passing mass assignment roles to dynamic...
89d7133 2011-05-21 Correct example and expand on description of :shallow op...
f3b0be8 2011-05-17 Don't pass a block as we are yielding
3773aa4 2011-05-17 Add block setting of attributes to singular associations
42f1ad6 2011-05-17 Pass the attribute and option hashes to build_association
0fde84c 2011-05-11 Don't remove the target if it has already been destroyed
612afa2 2011-04-15 Add missing CHANGELOG entries
d4658d8 2011-06-04 Refactor ActionController::TestCase cookies
7f098a6 2011-03-29 Delegate any? and many? to scoped
a9dafbb 2011-03-29 Delegate first!, last!, any? and many? to scoped
827e5de 2011-03-29 Change exists? so that it doesn't instantiate records [#...
b155fda 2011-03-29 Change exists? so that it doesn't instantiate records [#...
555d016 2011-03-29 Quote find_in_batches ORDER BY clause [#6620 state:resol...
3ed8a33 2011-03-29 Quote find_in_batches ORDER BY clause [#6620 state:resol...
35de70f 2011-03-23 Fix filter :only and :except with implicit actions
9772de8 2011-03-23 Fix filter :only and :except with implicit actions
e8458d3 2011-03-16 Fix typo in assertion message
c2b474a 2011-03-13 Remove invalid test
47871b0 2011-03-13 Remove invalid test
3a22e74 2011-03-12 Fixed a bug when empty? was called on a grouped Relation...
03cbd96 2011-03-09 Filter params that return nil for to_param and allow thr...
8dab7e5 2011-03-09 Filter params that return nil for to_param
824107b 2011-03-06 Report the correct value of nil.id in the exception message
5e7ce47 2011-03-06 Report the correct value of nil.id in the exception message
e2523ff 2011-03-06 Improve testing of cookies in functional tests:
31f09f9 2011-03-06 Improve testing of cookies in functional tests:
2437c78 2011-03-06 Raise ArgumentError if route name is invalid [#6517 stat...
e00867b 2011-03-06 Raise ArgumentError if route name is invalid [#6517 stat...
abea073 2011-02-14 Add test to prevent regression on namespace root nested ...
ccc678b 2011-02-14 Add test to prevent regression on namespace root nested ...
64ca278 2011-02-14 Fix named route helper for routes nested inside deeply n...
460a341 2011-02-14 Fix named route helper for routes nested inside deeply n...
b4205b4 2011-02-14 Add notes on how to override the default :id constraint ...
fd76058 2011-02-14 Add notes on how to override the default :id constraint ...
c6ab3d1 2011-02-14 Remove incorrect assert_recognizes example
48fe62e 2011-02-14 Remove incorrect assert_recognizes example
af4fab7 2011-02-13 Remove incorrect assert_recognizes example
385be35 2011-02-13 Fix assert_recognizes with block constraints [#5805 stat...
cb9745b 2011-02-13 Remove incorrect assert_recognizes example
e9ae88a 2011-02-13 Fix assert_recognizes with block constraints [#5805 stat...
4b33bd9 2010-11-09 Strip regexp anchors from rake routes output [#5934 stat...
ef46b9f 2010-11-09 Strip regexp anchors from rake routes output [#5934 stat...
6c8982f 2010-11-02 Add additional HTTP request methods from the following R...
d446392 2010-11-02 Add additional HTTP request methods from the following R...
ddf7360 2010-10-29 Backport of documentation fixes:
25139ac 2010-10-27 Don't write out secure cookies unless the request is secure
0d23c21 2010-10-27 Ensure that Rails.env is defined first
47ceb13 2010-10-27 Ensure that Rails.env is defined first
63b0d0e 2010-10-26 Allow generated url helpers to be overriden [#5243 state...
4ba24ba 2010-10-26 Allow generated url helpers to be overriden [#5243 state...
0e52a60 2010-10-26 Don't create a deprecation proxy object if the variable ...
909c860 2010-10-25 Don't write out secure cookies unless the request is secure
2d5a12a 2010-10-25 Don't write out secure cookies unless the request is secure
141cba8 2010-10-18 Reset assert_template instance variables between request...
f757317 2010-10-18 Reset assert_template instance variables between request...
d066ad6 2010-10-08 Refactor resource action scope methods
067c1aa 2010-10-08 Refactor resource action scope methods
981942a 2010-10-08 Backport ca3936d to 3-0-stable [#5274]
b79a782 2010-09-18 Raise ArgumentError instead of normalizing controller na...
0bffd7d 2010-09-18 Raise ArgumentError instead of normalizing controller na...
301462c 2010-09-18 Remove leading slash from controller [#5651 state:resolved]
013ed1c 2010-09-18 Remove leading slash from controller [#5651 state:resolved]
f8fb465 2010-09-01 Add missing lookup keys for error messages
2ad2bd3 2010-09-03 Add missing lookup keys for error messages
aefa11b 2010-09-01 Reset default scope in Thread.current when class is unlo...
4e67bf2 2010-09-01 Reset default scope in Thread.current when class is unlo...
bf87528 2010-09-01 Add before_remove_const callback to ActiveSupport::Depen...
f196633 2010-09-01 Add before_remove_const callback to ActiveSupport::Depen...
6c3f5eb 2010-09-01 Bump rack-mount to 0.6.13 and add test case for named ch...
69ae216 2010-09-01 Bump rack-mount to 0.6.13 and add test case for named ch...
02480a8 2010-09-01 Move implicit nested call before options handling so tha...
9441eab 2010-09-01 Move implicit nested call before options handling so tha...
5c2b6c5 2010-08-28 Read the route name directly from the route instead of l...
7f83aef 2010-08-28 Read the route name directly from the route instead of l...
0b9357d 2010-08-25 Remove rails info route from rake routes output [#5452 s...
55c1f35 2010-08-25 Remove rails info route from rake routes output [#5452 s...
1847d33 2010-08-25 Use nested scope for routes defined at the :resources sc...
37467bf 2010-08-25 Use nested scope for routes defined at the :resources sc...
1a6c81c 2010-08-24 Revert "Use symbols when specifying custom resource acti...
11f6179 2010-08-24 Reset symbolized path parameters when a test request is ...
78486cb 2010-08-24 Reset symbolized path parameters when a test request is ...
1fbb068 2010-08-25 Catch mysql2 access denied errors in rake db:create [#54...
241dfa3 2010-08-25 Catch mysql2 access denied errors in rake db:create [#54...
2fb0cbe 2010-08-24 When custom resource actions are specified using strings...
8feb285 2010-08-24 When custom resource actions are specified using strings...
02aabbd 2010-08-24 Use symbols when specifying custom resource actions
ae2c607 2010-08-22 Cache the symbolized path parameters using a instance va...
df0a7bf 2010-08-22 Cache the symbolized path parameters using a instance va...
7c9bf45 2010-08-20 Support routing constraints in functional tests
47f6d8b 2010-08-20 Support routing constraints in functional tests
771d2f9 2010-08-20 Allow symbols for :path resource(s) option [#5306 state:...
c6391e6 2010-08-20 Allow symbols for :path resource(s) option [#5306 state:...
0b73f2a 2010-08-19 Optimize find_sti_class when store_full_sti_class is true
ad06326 2010-08-19 Optimize find_sti_class when store_full_sti_class is true
0d0fbf1 2010-08-20 Don't add the standard https port when using redirect in...
47280f0 2010-08-20 Don't add the standard https port when using redirect in...
0cc483a 2010-08-19 Move edit route before show route so that it will have p...
1031fe1 2010-08-19 Move edit route before show route so that it will have p...
c019db8 2010-08-19 Move regexps in options hash to :constraints hash so tha...
6b52a58 2010-08-19 Move regexps in options hash to :constraints hash so tha...
0f96cea 2010-07-07 Add note about incompatibility of namespace and :controller
b802a0d 2010-07-06 When a dynamic :controller segment is present in the pat...
f4be004 2010-07-06 Refactor handling of :only and :except options. The rule...
aa31a25 2010-07-04 Fix syntax of routing tests so they actually run
7d04a4b 2010-07-04 Reword routing guide so that we talk about prefixing as ...
c6843e2 2010-07-04 Refactor resource options and scoping. Resource classes ...
547199e 2010-07-03 Updated routing guide to reflect the fact that :name_pre...
52e526a 2010-07-03 :singular is no longer a valid option for resources [#50...
54250a5 2010-07-03 Refactor recall parameter normalization [#5021 state:res...
02a1a4e 2010-06-28 Add :controller and :action to the list of valid conditions
e717631 2010-06-28 Merge :constraints from scope into resource options [#26...
19ccd46 2010-06-28 Remove invalid conditions from route [#4989 state:resolved]
0b6ce34 2010-06-28 Restores the escaping of urls generated from hashes. [#4...
91b52c7 2010-06-27 Normalize recall params when the route is not a standard...
d4e1a2e 2010-06-26 Support optional static segements as well [#4832 state:r...
9a6fc9a 2010-06-26 Don't force pluralization of controller name when defini...
bba1960 2010-06-26 URL fragments should not have safe characters escaped. R...
5f64bce 2010-06-25 Failing test for whether glob parameters accept regexps
3d82003 2010-06-25 Add failing test case for parameters with periods
df15ba7 2010-06-24 Fix namespaced redirects [#4389 state:resolved]
ed3f042 2010-06-19 Make polymorphic_url and scaffolding work with uncountab...
65ce3d1 2010-06-19 Accept an object for :constraints option [#4904 state:re...
1f84061 2010-06-19 Don't use module to work out shallow name prefix and pat...
bf59717 2010-06-19 Custom resource routes should be scoped
6db9558 2010-06-17 Add shallow routing option to new router [#3765 status:c...
a7edddf 2010-06-08 Fix resources ignoring scope options
8ec085b 2010-04-25 Support fixtures for namespaced models [#2965 state:reso...
788d923 2010-04-12 Generate module file for namespaced models [#4230 state:...
4740fba 2010-06-08 Add support for actions on a new resource to the new rou...
00884a5 2010-04-04 Merge branch 'master' of github.com:lifo/docrails
48b2451 2010-04-04 Update various documentation examples to use new routing...
e617af1 2010-04-04 Backport of lazy evaluation of has_many ..., :dependent ...
98b4424 2010-04-04 Add tests to prevent regression of lazy evaluation of ha...
1ed1652 2010-03-31 ActionController::Resources has gone away
c10bf82 2010-03-31 Remove routing implementation details from RDoc
e287b53 2010-03-31 Update routing documentation to the new way of specifyin...
7a6b1d5 2010-03-31 Mark ActionDispatch::Routing::DeprecatedMapper as nodoc ...
9cea9bc 2010-04-13 Refactor compute_type to handle situations where the cor...
03d5d0b 2010-03-29 Add the ability to specify table_name_prefix on individu...
d39ec81 2010-03-29 Make Railties RDoc task work again [#4291 state:resolved]
40d90ed 2010-03-29 Ignore generated railties RDocs [#4289 state:resolved]
26bc5c5 2010-03-29 Add ActionDispatch to RDoc task [#4287 state:resolved]
e1a70fa 2010-03-28 Add constraints to resources in new routing DSL
3d746fc 2010-03-27 Add parameter defaults support to new routing DSL [#4265...
39c35ff 2010-03-27 Fix named routes for member actions of singleton resourc...
11ff3da 2010-06-25 Add column and index query methods to ActiveRecord::Schema
96bc6bc 2010-03-15 Don't force singularization of singleton resource names,...
67d1cec 2010-03-29 Add the ability to specify table_name_prefix on individu...
51eb04c 2009-02-22 Remove hardcoded number_of_capturesin ControllerSegment ...
199e750 2009-02-10 Fix some edge cases when the same template is called wit...
893e9eb 2009-02-09 Improve view rendering performance in development mode a...
5f5d2d3 2009-02-07 Move cleanup before prepare_dispatch so that constants a...
f7a0a39 2009-02-22 Remove hardcoded number_of_capturesin ControllerSegment ...
bccd2c5 2009-02-06 Use Path rather than EagerPath when cache_classes == fal...
7aa847f 2009-02-05 Eliminate unnecessary File.exist? when correct file exte...
3248553 2009-02-22 Fix requirements regexp for path segments
ce41582 2009-02-22 Fix requirements regexp for path segments
1da087b 2009-01-15 Update route globbing documentation in routing guide
4cbf553 2009-01-15 Update route globbing documention in RDoc
db22c89 2008-08-28 Merge scoped :joins together instead of overwriting them...
235d635 2008-05-29 Ensure :select passed in options overrides the one from ...
779db44 2007-10-01 Change the resource seperator from ; to / change the gen...
b611c68 2007-09-10 Fixed that resource namespaces wouldnt stick to all nest...
68d6850 2007-09-06 Remove deprecated named routes [pixeltrix]
3acd2bd 2007-09-06 Added new new_admin_products_url named route in addition...