SimpleConsole is a microframework to get finish console apps quickly. Some features: Separation of logic and view (useful for 'puts'), Option parsing (--age => params[:age]), Filters for method calls (before_filter, after_filter) [edit]
SimpleConsole is a microframework to get finish console apps quickly. Some features: Sepa...
| OStatic Users | 1 |
| Stories | 0 |
| Questions | 0 |
Share a valuable story about this application with the OStatic Community.
Ask the OStatic community your question about this software.
SimpleConsole is the only (M)VC framework I know for Ruby applications. This design should allow it to scale, but I don't see how to separate, say gem build and gem install. Furthermore, the option parser is lousy, not recognizing simcon -f=name or simcon -fname, and simply raising uncaught errors without useful messages.