gem install rails --pre
rails new my_app -T
require 'rubygems' | |
require 'capybara' | |
require 'capybara/dsl' | |
require 'akephalos' | |
Capybara.run_server = false | |
Capybara.current_driver = :akephalos | |
Capybara.app_host = 'http://cv.uoc.edu' | |
module MyCapybaraTest |
# | |
# WillPaginate renderer for will_paginate 2.3.16 to generate HTML code for Twitter Bootstrap | |
# Put this content in in your config/initializers/will_paginate.rb | |
module WillPaginate | |
module ViewHelpers | |
class BootstrapLinkRenderer < LinkRenderer | |
def to_html |
You could have postgre installed on localhost with password (or without user or password seted after instalation) but if we are developing we really don't need password, so configuring postgre server without password for all your rails project is usefull.
Upgrade | Lv1 | Lv2 | Lv3 | Altars |
---|---|---|---|---|
Deep Lunge | +1 | Ares | ||
Bloodlust | +5/kill, -❤ | +5/kill, ? | Ares | |
Mighty Bash (Knockback) | +1 | +1, -❤ | Ares, Hephaestus | |
Reaction (Self-Knock.) | +1, -❤ | Ares, Hephaestus | ||
Shielding Bash | -❤❤ | Ares, Hephaestus | ||
Patience | Wait | Ares, Athena | ||
Plant Spear | -❤❤ | Apollo, Ares | ||
Throw Distance | +1 | +1, -❤ | +1, -❤❤ | Apollo, Athena |
The world, as we know it, has fallen into an apocalyptic scenario. The "Influenzer T-Virus" (a.k.a. Twiter Virus) is transforming human beings into stupid beasts (a.k.a. Zombies), hungry to cancel humans and eat their limbs.
You, the last survivor who knows how to code, will help the resistance by deploying a system to connect the remaining humans. This system will be essential to detect new infections and share resources between the members.