No description
  • Ruby 46.1%
  • CoffeeScript 25.4%
  • HTML 13.2%
  • SCSS 8.1%
  • Mustache 5.4%
  • Other 1.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2015-02-16 08:16:34 +13:00
app upgrading zeroclipboard to 1.3.2 2014-01-31 11:08:57 -08:00
config Add "passphrase" to filtered parameters 2013-11-18 09:36:18 -08:00
db Convert public_key to a text field 2013-02-12 17:52:15 -05:00
docs Fix typo 2013-01-24 16:25:05 -05:00
lib/tasks rescue LoadError on guard/jasmine 2013-08-14 20:59:07 -04:00
log Houston, the bear is in the honeypot 2012-07-14 11:25:42 -07:00
public Houston, the bear is in the honeypot 2012-07-14 11:25:42 -07:00
script Remove cucumber 2013-02-12 18:10:50 -05:00
spec Fix exception after loading a different key 2013-08-16 00:19:15 -07:00
vendor/assets upgrading zeroclipboard to 1.3.2 2014-01-31 11:08:57 -08:00
.env Use ENV var for secret_token 2013-01-23 16:17:29 -05:00
.gitignore Ignore .ruby-version 2013-02-12 23:40:58 -05:00
.rspec Houston, the bear is in the honeypot 2012-07-14 11:25:42 -07:00
.travis.yml Configure postgres on travis 2013-02-12 18:00:23 -05:00
config.ru Rename app classes 2012-08-01 12:01:39 -04:00
CONTRIBUTING.md Move contributing guidelines to its own file 2012-09-18 12:09:21 -04:00
Gemfile Upgrade to Rails 3.2.13 2013-04-04 10:35:36 -06:00
Gemfile.lock Upgrade to Rails 3.2.13 2013-04-04 10:35:36 -06:00
Guardfile Remove cucumber 2013-02-12 18:10:50 -05:00
Rakefile Add rake task to run JS specs 2013-01-16 15:28:28 -08:00
README.md Update README to reflect unmaintained status 2015-02-16 08:16:34 +13:00

NOTE: This repository is no longer supported or updated by GitHub. If you wish to continue to develop this code yourself, we recommend you fork it.

Swordfish Build Status

Swordfish was an experiment in building a group-optimized password management app. It is unmaintained and is likely insecure.

Working on Swordfish

Use the bootstrap script to get the environment set up.

script/bootstrap

Now you will need to run the database migrations before you run the server.

bundle exec rake db:create db:migrate

Finally you can start the application.

script/rails s

Running the tests requires PhantomJS. If you're on Mac OS X you can use homebrew to install this for you.

brew install phantomjs

If you hack on Swordfish and end up adding or editing features you will want to run the tests.

bundle exec rake

Want to join the core team?