Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-18 | include Gemfile.lock to prevent unintended updates (#4174) | Azul | |
We had a broken production server lately because it had upgraded the couchrest model dependency to one that had a different naming scheme for a function we overwrite. So that broke production. Let's prevent that by including the Gemfile.lock in our repositories. | |||
2013-08-26 | add public/img and config/couchdb.yml.* to gitignore | Azul | |
[ci skip] | |||
2013-06-27 | ignore files added on deploy so 'git status' is nice and clean | Azul | |
2013-04-09 | added vim tempfiles to gitignore | Azul | |
2013-02-26 | git ignore binstubs | Azul | |
2012-12-20 | Loading config defaults from default.yml now | Azul | |
You can overwrite them in config/config.yml | |||
2012-12-17 | gitignoring files generated in production | Azul | |
fixes #1168 [ci skip] | |||
2012-11-22 | ship config file so CI can test | Azul | |
2012-11-12 | fixed .gitignore | Azul | |
2012-11-12 | don't track Gemfile.lock | Azul | |
2012-10-31 | Code to check administration (and ugly test display.) This includes example ↵ | jessib | |
config file. | |||
2012-10-11 | Merge branch 'develop' into help_develop | jessib | |
Conflicts: .gitignore | |||
2012-10-11 | lets not track the logs in version controll | Azul | |
2012-10-11 | moved core dependency into */Gemfile with :path | Azul | |
In order to get the rails generators and the like to work properly in engines we need to require all the dependencies in the engine.rb file. Since I want to keep that list of engines in a centralized place we still need core and we need to require it from the other engines. We don't want to require the core gem to be installed so I added it with :path option to the Gemfile. | |||
2012-10-08 | Merge branch 'release-0.1.0' into help_develop | jessib | |
Conflicts: .gitignore | |||
2012-10-08 | Adding emacs backups files to .gitignore. | jessib | |
2012-10-08 | ignore those pkg and log directories | Azul | |
2012-09-27 | Adding in what used to be leap webapp demo | Azul | |
we're merging repositories into one |