This project is archived and is in readonly mode.
Comments and changes to this ticket
-
Jeremy Kemper November 8th, 2009 @ 08:40 PM
- State changed from new to open
- Milestone cleared.
- Assigned user set to josh
-
josh November 10th, 2009 @ 03:58 AM
Pending test for Mislav's routing issue:
http://github.com/rails/rails/commit/763489ce064b92609634638c93022b... -
Repository December 1st, 2009 @ 08:53 PM
- State changed from open to resolved
(from [61a31f3d3dae55b3ed2a49fafcbfe45b77ea3be2]) Fix generating params with optional defaults [#3404 state:resolved] http://github.com/rails/rails/commit/61a31f3d3dae55b3ed2a49fafcbfe4...
-
Sam Ruby December 1st, 2009 @ 09:32 PM
I've rerun my tests, and this does not resolve the issue. Please reopen.
The symptom I am seeing is: undefined method
paginate' for #<Class:0x7fd0726e4fe8>
This is with will_paginate (2.3.11)
-
Jeremy Kemper December 1st, 2009 @ 09:47 PM
- State changed from resolved to open
-
Sam Ruby December 2nd, 2009 @ 03:07 AM
- State changed from open to invalid
Luser error. The reason why method paginate was not defined is because config.gem is now essentially a no-op. Changed to a simple 'require' for now.
-
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Referenced by
- 3404 3.0 breaks mislav-will_paginate (AWDwR3, section 23.3) (from [61a31f3d3dae55b3ed2a49fafcbfe45b77ea3be2]) Fix gen...