Commit Graph

10 Commits

Author SHA1 Message Date
Akira Matsuda 2353584af5 refactor: split PaginationRenderer's responsibility 2011-02-16 22:56:05 +09:00
Akira Matsuda 5b76f94b51 move the whole pagination logic to the paginator partial so that users can see and edit the logic
this removes an internal hack but introduces one or two other kind of black magics...
2011-02-16 22:56:05 +09:00
Akira Matsuda f564553920 oops, it didn't work 2011-02-14 02:15:36 +09:00
Akira Matsuda 9f3d3944cb refactor tags (Part II)
* prefer more testable and clearer way
* actually fixed a bug that Link was_not a Page. now everything conforms to the document, I believe
2011-02-13 22:59:25 +09:00
Akira Matsuda 66bd7f71b0 refactor tags
* a Page is Renderable
* Link is_a Page
* rename PrevPage => Prev, NextPage => Next because they are not Page
2011-02-13 16:57:11 +09:00
Akira Matsuda caadaa6553 typos 2011-02-11 19:13:02 +09:00
Akira Matsuda dd77a7dcb3 introduce modules to characterize each tag 2011-02-11 16:53:37 +09:00
Akira Matsuda 0a80cda663 move some ActionView hacks back to Renderer class 2011-02-11 16:03:46 +09:00
Akira Matsuda 94331f4641 documentation 2011-02-11 11:23:10 +09:00
Akira Matsuda 09f799e581 move tags into another file 2011-02-11 11:23:10 +09:00