| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-02-08 | refactored refined concept of nodes and pages into | hukl | |
| the node model | |||
| 2009-02-08 | added nodes controller and made it a resource. | hukl | |
| since the node is the proxy for the pages behind it, it makes sense to operate on nodes rather than on the pages themselves. | |||
| 2009-02-07 | added head id to node model which points to the | hukl | |
| head of the nodes pages collection. modified tests, importer etc renamed flags to tags | |||
| 2009-02-02 | refactored the whole tagging thing. now using | hukl | |
| acts_as_taggable_on_steroids instead of a homebrew solution | |||
| 2009-02-02 | aggregation spike with flags associated to pages | hukl | |
| Page has now a named_scope :with_flags which accepts an array of flag names and returns corresponding pages. Can be chained with order and limit | |||
| 2009-02-01 | added test for retrieving a specific revision via | hukl | |
| a given node. turned out it wasn't working the way I thought so I rewrote it to use only Fixnums | |||
| 2009-02-01 | fixed routing issues | hukl | |
| 2009-01-31 | additional tests and fixtures | hukl | |
| 2009-01-31 | newlines | hukl | |
| 2009-01-31 | made sure that returned pages are always ordered | hukl | |
| by there revision | |||
| 2009-01-31 | connected page and node model + some minor tweaks | hukl | |
| 2009-01-31 | Added Page model scaffold | hukl | |
| 2009-01-29 | added node model to make basic functional tests pass. added awesome_nested_set plugin | hukl | |
| 2009-01-29 | added the content controller which will be responsible for rendering all public pages later on. added a new custom route for the public url schema as well ↵ | hukl | |
| as a functional test which tests the correct mapping of the custom route | |||
| 2009-01-29 | initial import with edge rails included as a submodule | hukl | |
