-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit inicial del sistema de denuncia ciudadana para dispositivos mó…
…viles.
- Loading branch information
0 parents
commit 2f2b3fa
Showing
116 changed files
with
3,388 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.rvmrc | ||
db/*.sqlite3 | ||
log/*.log | ||
tmp/ | ||
*.swp | ||
*.directory | ||
cache | ||
public/system/ | ||
.sass-cache/ | ||
public/uploads/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--color |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'rails', '3.2.13' | ||
|
||
# Bundle edge Rails instead: | ||
# gem 'rails', :git => 'git://github.com/rails/rails.git' | ||
|
||
gem 'sqlite3' | ||
|
||
|
||
# Gems used only for assets and not required | ||
# in production environments by default. | ||
group :assets do | ||
gem 'sass-rails', '~> 3.2.3' | ||
gem 'coffee-rails', '~> 3.2.1' | ||
|
||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes | ||
# gem 'therubyracer', :platforms => :ruby | ||
|
||
gem 'uglifier', '>= 1.0.3' | ||
gem 'jquery-fileupload-rails' | ||
end | ||
|
||
gem 'jquery-rails' | ||
gem 'jquery_mobile_rails' | ||
|
||
gem 'rieles', github: 'LogicalBricks/rieles' | ||
gem 'haml-rails' | ||
gem 'cancan' | ||
gem 'carrierwave' | ||
gem 'rmagick' | ||
|
||
gem 'activeadmin' | ||
gem 'roadie' | ||
|
||
group :development, :test do | ||
gem 'sqlite3' | ||
gem 'rspec-rails' | ||
gem 'shoulda-matchers' | ||
gem 'capybara' | ||
gem 'poltergeist' | ||
gem 'cucumber-rails', require: false | ||
gem 'database_cleaner' | ||
gem 'test_notifier' | ||
gem 'factory_girl_rails' | ||
gem 'email_spec' | ||
gem 'letter_opener' | ||
gem 'pry' | ||
end | ||
|
||
# To use ActiveModel has_secure_password | ||
# gem 'bcrypt-ruby', '~> 3.0.0' | ||
|
||
# To use Jbuilder templates for JSON | ||
# gem 'jbuilder' | ||
|
||
# Use unicorn as the app server | ||
# gem 'unicorn' | ||
|
||
# Deploy with Capistrano | ||
# gem 'capistrano' | ||
|
||
# To use debugger | ||
# gem 'debugger' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,285 @@ | ||
GIT | ||
remote: git://github.com/LogicalBricks/rieles.git | ||
revision: 5d42619c97aa443a8547eada2af610ae5c62bc79 | ||
specs: | ||
rieles (0.0.5) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actionmailer (3.2.13) | ||
actionpack (= 3.2.13) | ||
mail (~> 2.5.3) | ||
actionpack (3.2.13) | ||
activemodel (= 3.2.13) | ||
activesupport (= 3.2.13) | ||
builder (~> 3.0.0) | ||
erubis (~> 2.7.0) | ||
journey (~> 1.0.4) | ||
rack (~> 1.4.5) | ||
rack-cache (~> 1.2) | ||
rack-test (~> 0.6.1) | ||
sprockets (~> 2.2.1) | ||
activeadmin (0.6.0) | ||
arbre (>= 1.0.1) | ||
bourbon (>= 1.0.0) | ||
devise (>= 1.1.2) | ||
fastercsv | ||
formtastic (>= 2.0.0) | ||
inherited_resources (>= 1.3.1) | ||
jquery-rails (>= 1.0.0) | ||
kaminari (>= 0.13.0) | ||
meta_search (>= 0.9.2) | ||
rails (>= 3.0.0) | ||
sass (>= 3.1.0) | ||
activemodel (3.2.13) | ||
activesupport (= 3.2.13) | ||
builder (~> 3.0.0) | ||
activerecord (3.2.13) | ||
activemodel (= 3.2.13) | ||
activesupport (= 3.2.13) | ||
arel (~> 3.0.2) | ||
tzinfo (~> 0.3.29) | ||
activeresource (3.2.13) | ||
activemodel (= 3.2.13) | ||
activesupport (= 3.2.13) | ||
activesupport (3.2.13) | ||
i18n (= 0.6.1) | ||
multi_json (~> 1.0) | ||
addressable (2.3.3) | ||
arbre (1.0.1) | ||
activesupport (>= 3.0.0) | ||
arel (3.0.2) | ||
bcrypt-ruby (3.0.1) | ||
bourbon (3.1.1) | ||
sass (>= 3.2.0) | ||
thor | ||
builder (3.0.4) | ||
cancan (1.6.9) | ||
capybara (2.0.3) | ||
mime-types (>= 1.16) | ||
nokogiri (>= 1.3.3) | ||
rack (>= 1.0.0) | ||
rack-test (>= 0.5.4) | ||
selenium-webdriver (~> 2.0) | ||
xpath (~> 1.0.0) | ||
carrierwave (0.8.0) | ||
activemodel (>= 3.2.0) | ||
activesupport (>= 3.2.0) | ||
childprocess (0.3.9) | ||
ffi (~> 1.0, >= 1.0.11) | ||
coderay (1.0.9) | ||
coffee-rails (3.2.2) | ||
coffee-script (>= 2.2.0) | ||
railties (~> 3.2.0) | ||
coffee-script (2.2.0) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.6.2) | ||
css_parser (1.3.4) | ||
addressable | ||
cucumber (1.2.5) | ||
builder (>= 2.1.2) | ||
diff-lcs (>= 1.1.3) | ||
gherkin (~> 2.11.7) | ||
multi_json (~> 1.3) | ||
cucumber-rails (1.3.1) | ||
capybara (>= 1.1.2) | ||
cucumber (>= 1.2.0) | ||
nokogiri (>= 1.5.0) | ||
rails (~> 3.0) | ||
database_cleaner (0.9.1) | ||
devise (2.2.3) | ||
bcrypt-ruby (~> 3.0) | ||
orm_adapter (~> 0.1) | ||
railties (~> 3.1) | ||
warden (~> 1.2.1) | ||
diff-lcs (1.2.2) | ||
email_spec (1.4.0) | ||
launchy (~> 2.1) | ||
mail (~> 2.2) | ||
erubis (2.7.0) | ||
eventmachine (1.0.3) | ||
execjs (1.4.0) | ||
multi_json (~> 1.0) | ||
factory_girl (4.2.0) | ||
activesupport (>= 3.0.0) | ||
factory_girl_rails (4.2.1) | ||
factory_girl (~> 4.2.0) | ||
railties (>= 3.0.0) | ||
fastercsv (1.5.5) | ||
faye-websocket (0.4.7) | ||
eventmachine (>= 0.12.0) | ||
ffi (1.6.0) | ||
formtastic (2.2.1) | ||
actionpack (>= 3.0) | ||
gherkin (2.11.7) | ||
multi_json (~> 1.3) | ||
haml (4.0.2) | ||
tilt | ||
haml-rails (0.4) | ||
actionpack (>= 3.1, < 4.1) | ||
activesupport (>= 3.1, < 4.1) | ||
haml (>= 3.1, < 4.1) | ||
railties (>= 3.1, < 4.1) | ||
has_scope (0.5.1) | ||
hike (1.2.1) | ||
http_parser.rb (0.5.3) | ||
i18n (0.6.1) | ||
inherited_resources (1.4.0) | ||
has_scope (~> 0.5.0) | ||
responders (~> 0.9) | ||
journey (1.0.4) | ||
jquery-fileupload-rails (0.4.1) | ||
actionpack (>= 3.1) | ||
railties (>= 3.1) | ||
jquery-rails (2.2.1) | ||
railties (>= 3.0, < 5.0) | ||
thor (>= 0.14, < 2.0) | ||
jquery_mobile_rails (1.3.0) | ||
railties (>= 3.1.0) | ||
json (1.7.7) | ||
kaminari (0.14.1) | ||
actionpack (>= 3.0.0) | ||
activesupport (>= 3.0.0) | ||
launchy (2.2.0) | ||
addressable (~> 2.3) | ||
letter_opener (1.1.0) | ||
launchy (~> 2.2.0) | ||
mail (2.5.3) | ||
i18n (>= 0.4.0) | ||
mime-types (~> 1.16) | ||
treetop (~> 1.4.8) | ||
meta_search (1.1.3) | ||
actionpack (~> 3.1) | ||
activerecord (~> 3.1) | ||
activesupport (~> 3.1) | ||
polyamorous (~> 0.5.0) | ||
method_source (0.8.1) | ||
mime-types (1.22) | ||
multi_json (1.7.2) | ||
nokogiri (1.5.9) | ||
notifier (0.4.1) | ||
orm_adapter (0.4.0) | ||
poltergeist (1.1.2) | ||
capybara (~> 2.0.1) | ||
faye-websocket (~> 0.4.4) | ||
http_parser.rb (~> 0.5.3) | ||
polyamorous (0.5.0) | ||
activerecord (~> 3.0) | ||
polyglot (0.3.3) | ||
pry (0.9.12.2) | ||
coderay (~> 1.0.5) | ||
method_source (~> 0.8) | ||
slop (~> 3.4) | ||
rack (1.4.5) | ||
rack-cache (1.2) | ||
rack (>= 0.4) | ||
rack-ssl (1.3.3) | ||
rack | ||
rack-test (0.6.2) | ||
rack (>= 1.0) | ||
rails (3.2.13) | ||
actionmailer (= 3.2.13) | ||
actionpack (= 3.2.13) | ||
activerecord (= 3.2.13) | ||
activeresource (= 3.2.13) | ||
activesupport (= 3.2.13) | ||
bundler (~> 1.0) | ||
railties (= 3.2.13) | ||
railties (3.2.13) | ||
actionpack (= 3.2.13) | ||
activesupport (= 3.2.13) | ||
rack-ssl (~> 1.3.2) | ||
rake (>= 0.8.7) | ||
rdoc (~> 3.4) | ||
thor (>= 0.14.6, < 2.0) | ||
rake (10.0.4) | ||
rdoc (3.12.2) | ||
json (~> 1.4) | ||
responders (0.9.3) | ||
railties (~> 3.1) | ||
rmagick (2.13.2) | ||
roadie (2.4.1) | ||
actionmailer (> 3.0.0, < 5.0.0) | ||
css_parser (~> 1.3.4) | ||
nokogiri (> 1.5.0, < 1.7.0) | ||
sprockets | ||
rspec-core (2.13.1) | ||
rspec-expectations (2.13.0) | ||
diff-lcs (>= 1.1.3, < 2.0) | ||
rspec-mocks (2.13.1) | ||
rspec-rails (2.13.0) | ||
actionpack (>= 3.0) | ||
activesupport (>= 3.0) | ||
railties (>= 3.0) | ||
rspec-core (~> 2.13.0) | ||
rspec-expectations (~> 2.13.0) | ||
rspec-mocks (~> 2.13.0) | ||
rubyzip (0.9.9) | ||
sass (3.2.7) | ||
sass-rails (3.2.6) | ||
railties (~> 3.2.0) | ||
sass (>= 3.1.10) | ||
tilt (~> 1.3) | ||
selenium-webdriver (2.31.0) | ||
childprocess (>= 0.2.5) | ||
multi_json (~> 1.0) | ||
rubyzip | ||
websocket (~> 1.0.4) | ||
shoulda-matchers (2.0.0) | ||
activesupport (>= 3.0.0) | ||
slop (3.4.5) | ||
sprockets (2.2.2) | ||
hike (~> 1.2) | ||
multi_json (~> 1.0) | ||
rack (~> 1.0) | ||
tilt (~> 1.1, != 1.3.0) | ||
sqlite3 (1.3.7) | ||
test_notifier (1.0.1) | ||
notifier | ||
thor (0.18.1) | ||
tilt (1.3.6) | ||
treetop (1.4.12) | ||
polyglot | ||
polyglot (>= 0.3.1) | ||
tzinfo (0.3.37) | ||
uglifier (2.0.1) | ||
execjs (>= 0.3.0) | ||
multi_json (~> 1.0, >= 1.0.2) | ||
warden (1.2.1) | ||
rack (>= 1.0) | ||
websocket (1.0.7) | ||
xpath (1.0.0) | ||
nokogiri (~> 1.3) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
activeadmin | ||
cancan | ||
capybara | ||
carrierwave | ||
coffee-rails (~> 3.2.1) | ||
cucumber-rails | ||
database_cleaner | ||
email_spec | ||
factory_girl_rails | ||
haml-rails | ||
jquery-fileupload-rails | ||
jquery-rails | ||
jquery_mobile_rails | ||
letter_opener | ||
poltergeist | ||
pry | ||
rails (= 3.2.13) | ||
rieles! | ||
rmagick | ||
roadie | ||
rspec-rails | ||
sass-rails (~> 3.2.3) | ||
shoulda-matchers | ||
sqlite3 | ||
test_notifier | ||
uglifier (>= 1.0.3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
=== Sistema de Denuncia Pública para dispositivos móviles. | ||
|
Oops, something went wrong.