0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix application_helper#actions_menu to return an html_safe string. More... almost 13 years ago
Upgrade to latest rails 3 version (3.0.9) More... almost 13 years ago
Actually, it's ** to raise to the power of, not ^. More... over 13 years ago
Changed the example database.yml file to better reflect the mysql config of people who aren't me. More... over 13 years ago
Refactored the helper test for actions_menu because it was actually disproving one of the points in my course. More... over 13 years ago
Moved the default rails README into rails_README and then added a new one to explain why this app exists. More... over 13 years ago
Adding experience points to the dungeon and having them set on before_save to demonstrate callbacks. More... over 13 years ago
We don't want to be able to add wizards to dungeons that already have an evil wizard (via the UI at least). So we have a scope to get all those dungeons that don't have an evil wizard and we use it in fetch_dungeons in the evil wizard controller. More... over 13 years ago
Made the trap_installations controller be a nested resource (scoped to both trap and dungeon) so we can demonstrate that. More... over 13 years ago
Tweaked the views a bit to show some more examples of partial rendering. More... over 13 years ago
Example of some scopes for trap installations to find trap installations 'of' a particular trap or 'in' a particular dungeon. Mostly useful for Trap.first.trap_installations.in(Dungeon.first) or Dungeon.first.trap_installations.of(Trap.first) type calls. More... over 13 years ago
More helper methods and tests for them. More... over 13 years ago
debugger can be useful in development too. More... over 13 years ago
Get rid of default index and route / to dungeons#index. More... over 13 years ago
Added hm and hmt for dungeon and trap through trap installations More... over 13 years ago
Added trap installations. Now we can demonstrate hm and hmt. More... over 13 years ago
The wizard form now lets you choose from a list of magic schools, rather than expecting you to guess what the options are. More... over 13 years ago
Standardising capitalisation in H1 tags and also de-underscoring things left by scaffolding. More... over 13 years ago
Replace the <ul class="actions"> stuff with an actions_menu helper so we have to write less HTML each time we want a menu. More... over 13 years ago
We now have traps, which we'll use later to show hm and hmt. More... over 13 years ago
Adding some more tests for the controllers and using before_filters in the dungeons controller. More... over 13 years ago
Added Evil Wizards to demonstrate has_one / belongs_to. More... over 13 years ago
Display tweaks and minor CSS surgery. More... over 13 years ago
database.yml.example and git ignoring database.yml More... over 13 years ago
Initial commit of the dungeon_keeper app. Scaffolded (and tweaked) dungeons. More... over 13 years ago
Git ignore. More... over 13 years ago