popolo 0.0.3 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -2
- data/Rakefile +13 -4
- data/app/models/popolo/area.rb +3 -3
- data/app/models/popolo/contact_detail.rb +4 -0
- data/app/models/popolo/motion.rb +3 -1
- data/app/models/popolo/organization.rb +8 -4
- data/app/models/popolo/other_name.rb +12 -0
- data/app/models/popolo/person.rb +3 -3
- data/app/models/popolo/post.rb +2 -0
- data/app/models/popolo/vote_event.rb +1 -1
- data/lib/popolo/version.rb +1 -1
- data/spec/controllers/popolo/memberships_controller_spec.rb +13 -11
- data/spec/controllers/popolo/organizations_controller_spec.rb +18 -17
- data/spec/controllers/popolo/people_controller_spec.rb +13 -11
- data/spec/controllers/popolo/posts_controller_spec.rb +13 -11
- data/spec/dummy/README.rdoc +28 -0
- data/spec/dummy/Rakefile +1 -2
- data/spec/dummy/app/assets/javascripts/application.js +3 -3
- data/spec/dummy/app/assets/stylesheets/application.css +5 -4
- data/spec/dummy/app/controllers/application_controller.rb +3 -1
- data/spec/dummy/app/views/layouts/application.html.erb +2 -4
- data/spec/dummy/bin/bundle +3 -0
- data/spec/dummy/bin/rails +4 -0
- data/spec/dummy/bin/rake +4 -0
- data/spec/dummy/config/application.rb +1 -38
- data/spec/dummy/config/boot.rb +4 -9
- data/spec/dummy/config/environment.rb +3 -3
- data/spec/dummy/config/environments/development.rb +19 -19
- data/spec/dummy/config/environments/production.rb +44 -28
- data/spec/dummy/config/environments/test.rb +17 -15
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/config/initializers/inflections.rb +16 -0
- data/spec/dummy/config/initializers/mime_types.rb +4 -0
- data/spec/dummy/config/initializers/session_store.rb +1 -6
- data/spec/dummy/config/initializers/wrap_parameters.rb +6 -6
- data/spec/dummy/config/locales/en.yml +20 -2
- data/spec/dummy/config/mongoid.yml +21 -20
- data/spec/dummy/config/secrets.yml +22 -0
- data/spec/dummy/config.ru +1 -1
- data/spec/dummy/log/development.log +0 -0
- data/spec/dummy/log/test.log +4423 -0
- data/spec/dummy/public/404.html +54 -13
- data/spec/dummy/public/422.html +54 -13
- data/spec/dummy/public/500.html +53 -12
- data/spec/helpers/popolo_helper_spec.rb +2 -2
- data/spec/models/popolo/area_spec.rb +4 -2
- data/spec/models/popolo/contact_detail_spec.rb +6 -4
- data/spec/models/popolo/count_spec.rb +6 -4
- data/spec/models/popolo/date_string_spec.rb +92 -90
- data/spec/models/popolo/group_result_spec.rb +6 -4
- data/spec/models/popolo/identifier_spec.rb +5 -3
- data/spec/models/popolo/link_spec.rb +5 -3
- data/spec/models/popolo/membership_spec.rb +9 -7
- data/spec/models/popolo/motion_spec.rb +5 -3
- data/spec/models/popolo/organization_spec.rb +6 -4
- data/spec/models/popolo/other_name_spec.rb +7 -5
- data/spec/models/popolo/person_spec.rb +22 -20
- data/spec/models/popolo/post_spec.rb +5 -3
- data/spec/models/popolo/vote_event_spec.rb +4 -2
- data/spec/models/popolo/vote_spec.rb +4 -2
- data/spec/popolo_spec.rb +15 -15
- data/spec/rails_helper.rb +68 -0
- data/spec/routing/popolo/memberships_routing_spec.rb +8 -6
- data/spec/routing/popolo/organizations_routing_spec.rb +11 -9
- data/spec/routing/popolo/people_routing_spec.rb +8 -6
- data/spec/routing/popolo/posts_routing_spec.rb +8 -6
- data/spec/spec_helper.rb +70 -80
- data/spec/support/{shared_examples.rb → shared_examples/date.rb} +1 -1
- metadata +52 -89
- data/spec/controllers/popolo_controller_spec.rb +0 -4
- data/spec/dummy/config/initializers/secret_token.rb +0 -7
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the gem file manually.