A double-entry accounting system for Rails (inspired by http://www.cuppadev.co.uk/oldbrew/double-entry-accounting-in-rails/)
A basic accounting software, written in Ruby, using the Rails framework. UI in French.
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| #For some reason, this took forever to figure out... | |
| passenger start -a 127.0.0.1 -p 3000 -d -e production |
| set autolist | |
| set autoeval | |
| set autoreload |
A double-entry accounting system for Rails (inspired by http://www.cuppadev.co.uk/oldbrew/double-entry-accounting-in-rails/)
A basic accounting software, written in Ruby, using the Rails framework. UI in French.
| class AppServer | |
| class AppServerConfig | |
| attr_accessor :port, :admin_password | |
| end | |
| attr_accessor :config | |
| def initialize | |
| @config = AppServerConfig.new |