This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 152844 - Paginate not working in the sample app out-of-the-box
Summary: Paginate not working in the sample app out-of-the-box
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-10 09:16 UTC by Erno Mononen
Modified: 2011-01-28 20:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erno Mononen 2008-11-10 09:16:39 UTC
The bundled Depot sample app was originally written for Rails 1.2 and hence uses the paginate method that was removed 
in Rails 2. Providing the classic_pagination plugin with the app would fix this.
Comment 1 Erno Mononen 2008-11-20 18:47:23 UTC
Upgrading the sample app to the one that comes with the 3rd edition will hopefully fix this.
Comment 2 Erno Mononen 2010-03-15 13:57:10 UTC
Need to think about whether we want to keep the sample app at all if there won't be an upgraded version for Rails 3. Having a sample app for Rails 1.2 practices with Rails 3 being the current version seems a bit silly.