Fernando Seror 6d20972f34 Share in social networks
* Add the social buttons gem to the Gemfile

* Initializer and translations for the social buttons

* Add the social buttons assets to the sprockets require

* Add the social buttons in the show debate view

* Spec to lock down the amount of social share buttons to three
2015-08-10 11:00:39 -05:00
2015-08-10 11:00:39 -05:00
2015-07-15 13:59:26 +02:00
2015-08-10 11:00:39 -05:00
2015-08-03 19:30:06 +02:00
2015-07-15 13:32:13 +02:00
2015-07-15 13:32:13 +02:00
2015-08-10 11:00:39 -05:00
2015-07-15 13:32:13 +02:00
2015-08-07 12:19:01 +02:00
2015-07-18 20:43:31 +02:00
2015-07-16 21:49:00 +02:00
2015-08-07 12:23:33 +02:00
2015-07-15 13:32:13 +02:00
2015-08-07 14:17:57 +02:00
2015-08-10 11:00:39 -05:00
2015-08-10 11:00:39 -05:00
2015-07-30 16:26:00 +02:00
2015-07-15 13:32:13 +02:00
2015-08-07 14:13:39 +02:00
2015-08-07 14:15:10 +02:00

Ayuntamiento de Madrid (Madrid city's government) eParticipation application

Build Status Code Climate Dependency Status Coverage Status

This is the opensource code repository of Madrid City government eParticipation website

Current state

Development started on 2015 July 15th

The project is in its early stages. Features currently present in the code (and their names) are subject to change.

Tech stack

The application backend is written in the Ruby language using the Ruby on Rails framework.

Frontend tools used include SCSS over Foundation for the styles.

Configuration for development and test environments

Prerequisites: install git, Ruby 2.2.2, bundler gem and PostgreSQL.

cd participacion
bundle install
cp config/database.yml.example config/database.yml
cp config/secrets.yml.example config/secrets.yml
bundle exec bin/rake db:setup
RAILS_ENV=test bundle exec rake db:setup

Run the app locally:

bundle exec bin/rails s

Run the tests with:

bundle exec bin/rspec

Licence

Code published under MIT license (see MIT-license.md)

Contributions

See CONTRIBUTING_EN.md

Description
This is the repository for a demo instance for Nairobi County
Readme 104 MiB
Languages
Ruby 76.1%
HTML 14.6%
SCSS 5.7%
JavaScript 2.3%
Python 1.2%