Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 15
- Log:
Attempt to update Typo to a Typo SVN HEAD release from around the
time the prototype installation was set up on the RISC OS Open Limited
web site. Timestamps place this at 04-Jul so a revision from 05-Jul or
earlier was pulled and copied over the 2.6.0 tarball stable code.
- Author:
- adh
- Date:
- Sat Jul 22 23:27:35 +0100 2006
- Size:
- 401 Bytes
1 | Description: |
2 | Generates a controller and helper for making sparklines graphs from a view. |
3 | |
4 | No arguments are needed. |
5 | |
6 | The generator creates a controller class in app/controllers and |
7 | a helper in app/helpers. |
8 | |
9 | Example: |
10 | ./script/generate sparklines |
11 | |
12 | This will create: |
13 | Controller: app/controllers/sparklines_controller.rb |
14 | Helper: app/helpers/sparklines_helper.rb |