You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Nicolae Claudius 403d592dec home action call ui tweak 13 years ago
app home action call ui tweak 13 years ago
config regenerate token, fix toke uniqueness scope 13 years ago
db upgrade devise, tweaks 13 years ago
doc slides, samples, seeds, styles 13 years ago
lib simple form bootstrap 13 years ago
log init 13 years ago
public google site verification 13 years ago
script init 13 years ago
spec domain parent upstream lookup, tests fixes, refactor 13 years ago
test init 13 years ago
vendor init 13 years ago
.gitignore test coverage analytics 13 years ago
.rspec confs, refactor 13 years ago
.rvmrc confs, refactor 13 years ago
Capfile capfile 13 years ago
Gemfile nav state, pjax nav state, refactor and cleanup 13 years ago
Gemfile.lock nav state, pjax nav state, refactor and cleanup 13 years ago
Guardfile spec, ensurances, tweaks 13 years ago
README curent readme 13 years ago
Rakefile app naming 13 years ago
config.ru app naming 13 years ago

README

## Entry DNS

A DNS users frontend.

## Initialize for development

# create config/database.yml and config/settings.yml from the samples
> bundle exec rake db:create db:migrate db:seed db:samples

## Tests

Start Guard
> bundle exec guard

Run tests
> bundle exec rspec spec