Sha256: 54513cca72aa54d8a3300351f68d652ac9861966c74df567f92132ee59e728b6
Contents?: true
Size: 975 Bytes
Versions: 1
Compression:
Stored size: 975 Bytes
Contents
# Chili The spicy extension framework ## Installation Add this line to your application's Gemfile: gem 'chili' ## Roadmap ### Core features Unobtrusively(!)... - add new models `done` - add new tables/migrations `done` - add new controllers and show/hide conditionally `done` - add new views and show/hide conditionally `done` - conditionally add to/edit existing views `done` - add methods to existing models `done` - modify existing controller actions ### Utility features - make request specs understand paths - documentation ### Obstacles - resource route generator adds routes both to engine and main routes file - Deface caches overrides in production. Monkey patch? - Have to add gemspec to main app ### Minor niggles - Can only have one override per engine per partial due to the way I'm grabbing the class from the override - Where to get the database.yml file from? - Rspec generators don't namespace properly - Need to use DSL branch from deface
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chili-0.0.1 | README.md |