Hey everyone, I just put up the 3.0.0 release notes. The major changes in this release are: * Everything has been converted to work with the newly released (Rails 1.1+) RJS templates * Sorting and Pagination have been added. http://www.height1percent.com/articles/2006/04/12/ajaxscaffold-3-0-0-released Thanks and enjoy. Rich -- Posted via http://www.ruby-forum.com/.
On 4/12/06, Richard White <rrwhite@gmail.com> wrote:> Hey everyone, I just put up the 3.0.0 release notes. The major changes > in this release are: > > * Everything has been converted to work with the newly released > (Rails 1.1+) RJS templates > * Sorting and Pagination have been added. > > http://www.height1percent.com/articles/2006/04/12/ajaxscaffold-3-0-0-released >This is excellent. Thanks for updating this so quickly.
On 4/12/06, Richard White <rrwhite@gmail.com> wrote:> Hey everyone, I just put up the 3.0.0 release notes.Looks good, thanks. I recently switched an intranet site from my Ajax view over to one based on your 2.x scaffold. The change was very well received by my users.> * Sorting and Pagination have been added.1> Create 6 items so 1 is on page 2 2> Delete an item from page 1 3> Click to go to page 2 4> 404 and lose the interface until manually refreshing
> > * Sorting and Pagination have been added. > > 1> Create 6 items so 1 is on page 2 > 2> Delete an item from page 1 > 3> Click to go to page 2 > 4> 404 and lose the interface until manually refreshingActually, it looks like clicking on a page number raises the issue; "Next" seems to work fine.
unknown wrote:> 1> Create 6 items so 1 is on page 2 > 2> Delete an item from page 1 > 3> Click to go to page 2 > 4> 404 and lose the interface until manually refreshingThis is exactly why I had to stop testing this myself and just release it... because I wasn''t going find them all. Thanks I''ll put this on the bug tracker and fix it very soon. -- Posted via http://www.ruby-forum.com/.
unknown wrote:>> > * Sorting and Pagination have been added. >> >> 1> Create 6 items so 1 is on page 2 >> 2> Delete an item from page 1 >> 3> Click to go to page 2 >> 4> 404 and lose the interface until manually refreshing > > Actually, it looks like clicking on a page number raises the issue; > "Next" seems to work fine.Thanks I''ve added that to the bug report... http://ajaxscaffold.16bugs.com/bugs/show/992 -- Posted via http://www.ruby-forum.com/.
Richard White wrote:> unknown wrote: >>> > * Sorting and Pagination have been added. >>> >>> 1> Create 6 items so 1 is on page 2 >>> 2> Delete an item from page 1 >>> 3> Click to go to page 2 >>> 4> 404 and lose the interface until manually refreshing >> >> Actually, it looks like clicking on a page number raises the issue; >> "Next" seems to work fine. > > Thanks I''ve added that to the bug report... > http://ajaxscaffold.16bugs.com/bugs/show/992Yeah I accidentally left something hardcoded in the release... wh00ps. Needless to say everything is patched up now. -- Posted via http://www.ruby-forum.com/.
Hey Richard, I just wanted to say thanks for greating such a GREAT gem. Also, I was wondering, which plugin are you using for the login console on the bug tracking site? Thanks again and in advance, -Conrad On 4/12/06, Richard White <rrwhite@gmail.com> wrote:> > Richard White wrote: > > unknown wrote: > >>> > * Sorting and Pagination have been added. > >>> > >>> 1> Create 6 items so 1 is on page 2 > >>> 2> Delete an item from page 1 > >>> 3> Click to go to page 2 > >>> 4> 404 and lose the interface until manually refreshing > >> > >> Actually, it looks like clicking on a page number raises the issue; > >> "Next" seems to work fine. > > > > Thanks I''ve added that to the bug report... > > http://ajaxscaffold.16bugs.com/bugs/show/992 > > Yeah I accidentally left something hardcoded in the release... wh00ps. > Needless to say everything is patched up now. > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060412/73058204/attachment.html
Conrad Taylor wrote:> Hey Richard, I just wanted to say thanks for greating such a GREAT gem. > Also, I was wondering, which plugin are you using for the login console > on > the bug tracking site? > > Thanks again and in advance, > > -ConradThe bug tracking site is something completely hosted that I have nothing to do with :) -- Posted via http://www.ruby-forum.com/.