muck-engine 3.3.6 → 3.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/lib/muck-engine/test/models/matchers/scope_active_matchers.rb +43 -0
- data/lib/muck-engine/test/models/matchers/scope_is_public_matchers.rb +2 -2
- data/muck-engine.gemspec +4 -630
- metadata +5 -631
- data/test/app/controllers/admin/default_controller.rb +0 -7
- data/test/app/controllers/application_controller.rb +0 -5
- data/test/app/controllers/default_controller.rb +0 -7
- data/test/app/helpers/application_helper.rb +0 -3
- data/test/app/models/.keep +0 -0
- data/test/app/models/country.rb +0 -13
- data/test/app/models/language.rb +0 -15
- data/test/app/models/state.rb +0 -13
- data/test/app/models/user.rb +0 -4
- data/test/app/models/user_session.rb +0 -2
- data/test/app/views/admin/default/index.html.erb +0 -1
- data/test/app/views/default/index.html.erb +0 -1
- data/test/app/views/layouts/default.html.erb +0 -22
- data/test/autotest/discover.rb +0 -2
- data/test/config/application.rb +0 -42
- data/test/config/assets.yml +0 -34
- data/test/config/boot.rb +0 -13
- data/test/config/cucumber.yml +0 -8
- data/test/config/database.yml +0 -23
- data/test/config/environment.rb +0 -5
- data/test/config/environments/development.rb +0 -26
- data/test/config/environments/production.rb +0 -49
- data/test/config/environments/test.rb +0 -35
- data/test/config/initializers/backtrace_silencers.rb +0 -7
- data/test/config/initializers/inflections.rb +0 -10
- data/test/config/initializers/mime_types.rb +0 -5
- data/test/config/initializers/muck.rb +0 -33
- data/test/config/initializers/secret_token.rb +0 -7
- data/test/config/initializers/session_store.rb +0 -8
- data/test/config/routes.rb +0 -4
- data/test/db/.keep +0 -0
- data/test/db/migrate/20090320174818_create_muck_permissions_and_roles.rb +0 -16
- data/test/db/migrate/20090327231918_create_users.rb +0 -40
- data/test/db/migrate/20090402234137_create_languages.rb +0 -18
- data/test/db/migrate/20090426041056_create_countries.rb +0 -15
- data/test/db/migrate/20090426041103_create_states.rb +0 -18
- data/test/db/migrate/20090530170040_create_themes.rb +0 -11
- data/test/db/migrate/20090606153236_create_domain_themes.rb +0 -13
- data/test/db/migrate/20100123035450_create_access_codes.rb +0 -19
- data/test/db/migrate/20100123233654_create_access_code_requests.rb +0 -14
- data/test/db/migrate/20101117172951_add_name_to_access_code_requests.rb +0 -9
- data/test/db/migrate/20110303183433_add_sent_to_to_access_codes.rb +0 -9
- data/test/db/schema.rb +0 -125
- data/test/features/step_definitions/web_steps.rb +0 -219
- data/test/features/support/custom_env.rb +0 -19
- data/test/features/support/env.rb +0 -58
- data/test/features/support/paths.rb +0 -33
- data/test/lib/tasks/cucumber.rake +0 -53
- data/test/public/.htaccess +0 -40
- data/test/public/404.html +0 -30
- data/test/public/422.html +0 -30
- data/test/public/500.html +0 -30
- data/test/public/dispatch.rb +0 -10
- data/test/public/favicon.ico +0 -0
- data/test/public/images/admin/Home.gif +0 -0
- data/test/public/images/admin/roles.gif +0 -0
- data/test/public/images/admin/source/Home.png +0 -0
- data/test/public/images/admin/source/roles.png +0 -0
- data/test/public/images/admin/source/user.png +0 -0
- data/test/public/images/admin/user.gif +0 -0
- data/test/public/images/arrow_down.gif +0 -0
- data/test/public/images/arrow_left.gif +0 -0
- data/test/public/images/arrow_right.gif +0 -0
- data/test/public/images/arrow_up.gif +0 -0
- data/test/public/images/fancybox/blank.gif +0 -0
- data/test/public/images/fancybox/fancy_close.png +0 -0
- data/test/public/images/fancybox/fancy_closebox.png +0 -0
- data/test/public/images/fancybox/fancy_left.png +0 -0
- data/test/public/images/fancybox/fancy_loading.png +0 -0
- data/test/public/images/fancybox/fancy_nav_left.png +0 -0
- data/test/public/images/fancybox/fancy_nav_right.png +0 -0
- data/test/public/images/fancybox/fancy_progress.png +0 -0
- data/test/public/images/fancybox/fancy_right.png +0 -0
- data/test/public/images/fancybox/fancy_shadow_e.png +0 -0
- data/test/public/images/fancybox/fancy_shadow_n.png +0 -0
- data/test/public/images/fancybox/fancy_shadow_ne.png +0 -0
- data/test/public/images/fancybox/fancy_shadow_nw.png +0 -0
- data/test/public/images/fancybox/fancy_shadow_s.png +0 -0
- data/test/public/images/fancybox/fancy_shadow_se.png +0 -0
- data/test/public/images/fancybox/fancy_shadow_sw.png +0 -0
- data/test/public/images/fancybox/fancy_shadow_w.png +0 -0
- data/test/public/images/fancybox/fancy_title_left.png +0 -0
- data/test/public/images/fancybox/fancy_title_main.png +0 -0
- data/test/public/images/fancybox/fancy_title_over.png +0 -0
- data/test/public/images/fancybox/fancy_title_right.png +0 -0
- data/test/public/images/fancybox/fancybox-x.png +0 -0
- data/test/public/images/fancybox/fancybox-y.png +0 -0
- data/test/public/images/fancybox/fancybox.png +0 -0
- data/test/public/images/icon_no.gif +0 -0
- data/test/public/images/icon_success.gif +0 -0
- data/test/public/images/icons/accept.png +0 -0
- data/test/public/images/icons/add.png +0 -0
- data/test/public/images/icons/blue_guy.png +0 -0
- data/test/public/images/icons/button_background.png +0 -0
- data/test/public/images/icons/cancel.png +0 -0
- data/test/public/images/icons/close.png +0 -0
- data/test/public/images/icons/comment.png +0 -0
- data/test/public/images/icons/delete.png +0 -0
- data/test/public/images/icons/exclaim.png +0 -0
- data/test/public/images/icons/external.png +0 -0
- data/test/public/images/icons/feed.png +0 -0
- data/test/public/images/icons/grey_guy.png +0 -0
- data/test/public/images/icons/hide.png +0 -0
- data/test/public/images/icons/information.png +0 -0
- data/test/public/images/icons/minus.png +0 -0
- data/test/public/images/icons/pending.png +0 -0
- data/test/public/images/icons/question.png +0 -0
- data/test/public/images/icons/search_box.png +0 -0
- data/test/public/images/icons/star.png +0 -0
- data/test/public/images/icons/stop.png +0 -0
- data/test/public/images/icons/thumb_down.png +0 -0
- data/test/public/images/icons/thumb_up.png +0 -0
- data/test/public/images/icons/vote.png +0 -0
- data/test/public/images/loading.gif +0 -0
- data/test/public/images/nothing.png +0 -0
- data/test/public/images/profile_default.jpg +0 -0
- data/test/public/images/service_icons/16/amazon.png +0 -0
- data/test/public/images/service_icons/16/ask.png +0 -0
- data/test/public/images/service_icons/16/bibsonomy.png +0 -0
- data/test/public/images/service_icons/16/bing.png +0 -0
- data/test/public/images/service_icons/16/blogger.png +0 -0
- data/test/public/images/service_icons/16/bloglines.png +0 -0
- data/test/public/images/service_icons/16/citeulike.png +0 -0
- data/test/public/images/service_icons/16/clipmarks.png +0 -0
- data/test/public/images/service_icons/16/connotea.png +0 -0
- data/test/public/images/service_icons/16/dailymotion.png +0 -0
- data/test/public/images/service_icons/16/delicious.png +0 -0
- data/test/public/images/service_icons/16/digg.png +0 -0
- data/test/public/images/service_icons/16/diigo.png +0 -0
- data/test/public/images/service_icons/16/facebook.png +0 -0
- data/test/public/images/service_icons/16/feed.png +0 -0
- data/test/public/images/service_icons/16/fireeagle.png +0 -0
- data/test/public/images/service_icons/16/flickr.png +0 -0
- data/test/public/images/service_icons/16/fotolog.png +0 -0
- data/test/public/images/service_icons/16/friendfeed.png +0 -0
- data/test/public/images/service_icons/16/friendster.png +0 -0
- data/test/public/images/service_icons/16/furl.png +0 -0
- data/test/public/images/service_icons/16/goodreads.png +0 -0
- data/test/public/images/service_icons/16/google.png +0 -0
- data/test/public/images/service_icons/16/googleblog.png +0 -0
- data/test/public/images/service_icons/16/googlenews.png +0 -0
- data/test/public/images/service_icons/16/icerocket.png +0 -0
- data/test/public/images/service_icons/16/identica.png +0 -0
- data/test/public/images/service_icons/16/joost.png +0 -0
- data/test/public/images/service_icons/16/lastfm.png +0 -0
- data/test/public/images/service_icons/16/librarything.png +0 -0
- data/test/public/images/service_icons/16/linkedin.png +0 -0
- data/test/public/images/service_icons/16/livejournal.png +0 -0
- data/test/public/images/service_icons/16/magnolia.png +0 -0
- data/test/public/images/service_icons/16/mendeley.png +0 -0
- data/test/public/images/service_icons/16/metacafe.png +0 -0
- data/test/public/images/service_icons/16/mixx.png +0 -0
- data/test/public/images/service_icons/16/myspace.png +0 -0
- data/test/public/images/service_icons/16/netflix.png +0 -0
- data/test/public/images/service_icons/16/netvibes.png +0 -0
- data/test/public/images/service_icons/16/newsvine.png +0 -0
- data/test/public/images/service_icons/16/oai.png +0 -0
- data/test/public/images/service_icons/16/odeo.png +0 -0
- data/test/public/images/service_icons/16/opml.png +0 -0
- data/test/public/images/service_icons/16/pandora.png +0 -0
- data/test/public/images/service_icons/16/photobucket.png +0 -0
- data/test/public/images/service_icons/16/picasa.png +0 -0
- data/test/public/images/service_icons/16/polyvore.png +0 -0
- data/test/public/images/service_icons/16/pownce.png +0 -0
- data/test/public/images/service_icons/16/reddit.png +0 -0
- data/test/public/images/service_icons/16/simpy.png +0 -0
- data/test/public/images/service_icons/16/smugmug.png +0 -0
- data/test/public/images/service_icons/16/stumbleupon.png +0 -0
- data/test/public/images/service_icons/16/tag.png +0 -0
- data/test/public/images/service_icons/16/technorati.png +0 -0
- data/test/public/images/service_icons/16/tumblr.png +0 -0
- data/test/public/images/service_icons/16/twine.png +0 -0
- data/test/public/images/service_icons/16/twitter.png +0 -0
- data/test/public/images/service_icons/16/vimeo.png +0 -0
- data/test/public/images/service_icons/16/webshots.png +0 -0
- data/test/public/images/service_icons/16/wordpress.png +0 -0
- data/test/public/images/service_icons/16/xanga.png +0 -0
- data/test/public/images/service_icons/16/yahoo.png +0 -0
- data/test/public/images/service_icons/16/yelp.png +0 -0
- data/test/public/images/service_icons/16/youtube.png +0 -0
- data/test/public/images/service_icons/16/zooomr.png +0 -0
- data/test/public/images/service_icons/16/zotero.png +0 -0
- data/test/public/images/service_icons/24/amazon.png +0 -0
- data/test/public/images/service_icons/24/ask.png +0 -0
- data/test/public/images/service_icons/24/bibsonomy.png +0 -0
- data/test/public/images/service_icons/24/bing.png +0 -0
- data/test/public/images/service_icons/24/blogger.png +0 -0
- data/test/public/images/service_icons/24/bloglines.png +0 -0
- data/test/public/images/service_icons/24/citeulike.png +0 -0
- data/test/public/images/service_icons/24/clipmarks.png +0 -0
- data/test/public/images/service_icons/24/connotea.png +0 -0
- data/test/public/images/service_icons/24/dailymotion.png +0 -0
- data/test/public/images/service_icons/24/delicious.png +0 -0
- data/test/public/images/service_icons/24/digg.png +0 -0
- data/test/public/images/service_icons/24/diigo.png +0 -0
- data/test/public/images/service_icons/24/facebook.png +0 -0
- data/test/public/images/service_icons/24/feed.png +0 -0
- data/test/public/images/service_icons/24/fireeagle.png +0 -0
- data/test/public/images/service_icons/24/flickr.png +0 -0
- data/test/public/images/service_icons/24/fotolog.png +0 -0
- data/test/public/images/service_icons/24/friendfeed.png +0 -0
- data/test/public/images/service_icons/24/friendster.png +0 -0
- data/test/public/images/service_icons/24/furl.png +0 -0
- data/test/public/images/service_icons/24/goodreads.png +0 -0
- data/test/public/images/service_icons/24/google.png +0 -0
- data/test/public/images/service_icons/24/googleblog.png +0 -0
- data/test/public/images/service_icons/24/googlenews.png +0 -0
- data/test/public/images/service_icons/24/icerocket.png +0 -0
- data/test/public/images/service_icons/24/identica.png +0 -0
- data/test/public/images/service_icons/24/joost.png +0 -0
- data/test/public/images/service_icons/24/lastfm.png +0 -0
- data/test/public/images/service_icons/24/librarything.png +0 -0
- data/test/public/images/service_icons/24/linkedin.png +0 -0
- data/test/public/images/service_icons/24/livejournal.png +0 -0
- data/test/public/images/service_icons/24/magnolia.png +0 -0
- data/test/public/images/service_icons/24/mendeley.png +0 -0
- data/test/public/images/service_icons/24/metacafe.png +0 -0
- data/test/public/images/service_icons/24/mixx.png +0 -0
- data/test/public/images/service_icons/24/myspace.png +0 -0
- data/test/public/images/service_icons/24/netflix.png +0 -0
- data/test/public/images/service_icons/24/netvibes.png +0 -0
- data/test/public/images/service_icons/24/newsvine.png +0 -0
- data/test/public/images/service_icons/24/oai.png +0 -0
- data/test/public/images/service_icons/24/odeo.png +0 -0
- data/test/public/images/service_icons/24/opml.png +0 -0
- data/test/public/images/service_icons/24/pandora.png +0 -0
- data/test/public/images/service_icons/24/photobucket.png +0 -0
- data/test/public/images/service_icons/24/picasa.png +0 -0
- data/test/public/images/service_icons/24/polyvore.png +0 -0
- data/test/public/images/service_icons/24/pownce.png +0 -0
- data/test/public/images/service_icons/24/reddit.png +0 -0
- data/test/public/images/service_icons/24/simpy.png +0 -0
- data/test/public/images/service_icons/24/smugmug.png +0 -0
- data/test/public/images/service_icons/24/stumbleupon.png +0 -0
- data/test/public/images/service_icons/24/tag.png +0 -0
- data/test/public/images/service_icons/24/technorati.png +0 -0
- data/test/public/images/service_icons/24/tumblr.png +0 -0
- data/test/public/images/service_icons/24/twine.png +0 -0
- data/test/public/images/service_icons/24/twitter.png +0 -0
- data/test/public/images/service_icons/24/vimeo.png +0 -0
- data/test/public/images/service_icons/24/webshots.png +0 -0
- data/test/public/images/service_icons/24/wordpress.png +0 -0
- data/test/public/images/service_icons/24/xanga.png +0 -0
- data/test/public/images/service_icons/24/yahoo.png +0 -0
- data/test/public/images/service_icons/24/yelp.png +0 -0
- data/test/public/images/service_icons/24/youtube.png +0 -0
- data/test/public/images/service_icons/24/zooomr.png +0 -0
- data/test/public/images/service_icons/24/zotero.png +0 -0
- data/test/public/images/service_icons/48/amazon.png +0 -0
- data/test/public/images/service_icons/48/ask.png +0 -0
- data/test/public/images/service_icons/48/bibsonomy.png +0 -0
- data/test/public/images/service_icons/48/bing.png +0 -0
- data/test/public/images/service_icons/48/blogger.png +0 -0
- data/test/public/images/service_icons/48/bloglines.png +0 -0
- data/test/public/images/service_icons/48/citeulike.png +0 -0
- data/test/public/images/service_icons/48/clipmarks.png +0 -0
- data/test/public/images/service_icons/48/connotea.png +0 -0
- data/test/public/images/service_icons/48/dailymotion.png +0 -0
- data/test/public/images/service_icons/48/delicious.png +0 -0
- data/test/public/images/service_icons/48/digg.png +0 -0
- data/test/public/images/service_icons/48/diigo.png +0 -0
- data/test/public/images/service_icons/48/facebook.png +0 -0
- data/test/public/images/service_icons/48/feed.png +0 -0
- data/test/public/images/service_icons/48/fireeagle.png +0 -0
- data/test/public/images/service_icons/48/flickr.png +0 -0
- data/test/public/images/service_icons/48/fotolog.png +0 -0
- data/test/public/images/service_icons/48/friendfeed.png +0 -0
- data/test/public/images/service_icons/48/friendster.png +0 -0
- data/test/public/images/service_icons/48/furl.png +0 -0
- data/test/public/images/service_icons/48/goodreads.png +0 -0
- data/test/public/images/service_icons/48/google.png +0 -0
- data/test/public/images/service_icons/48/googleblog.png +0 -0
- data/test/public/images/service_icons/48/googlenews.png +0 -0
- data/test/public/images/service_icons/48/icerocket.png +0 -0
- data/test/public/images/service_icons/48/identica.png +0 -0
- data/test/public/images/service_icons/48/joost.png +0 -0
- data/test/public/images/service_icons/48/lastfm.png +0 -0
- data/test/public/images/service_icons/48/librarything.png +0 -0
- data/test/public/images/service_icons/48/linkedin.png +0 -0
- data/test/public/images/service_icons/48/livejournal.png +0 -0
- data/test/public/images/service_icons/48/magnolia.png +0 -0
- data/test/public/images/service_icons/48/mendeley.png +0 -0
- data/test/public/images/service_icons/48/metacafe.png +0 -0
- data/test/public/images/service_icons/48/mixx.png +0 -0
- data/test/public/images/service_icons/48/myspace.png +0 -0
- data/test/public/images/service_icons/48/netflix.png +0 -0
- data/test/public/images/service_icons/48/netvibes.png +0 -0
- data/test/public/images/service_icons/48/newsvine.png +0 -0
- data/test/public/images/service_icons/48/oai.png +0 -0
- data/test/public/images/service_icons/48/odeo.png +0 -0
- data/test/public/images/service_icons/48/opml.png +0 -0
- data/test/public/images/service_icons/48/pandora.png +0 -0
- data/test/public/images/service_icons/48/photobucket.png +0 -0
- data/test/public/images/service_icons/48/picasa.png +0 -0
- data/test/public/images/service_icons/48/polyvore.png +0 -0
- data/test/public/images/service_icons/48/pownce.png +0 -0
- data/test/public/images/service_icons/48/reddit.png +0 -0
- data/test/public/images/service_icons/48/simpy.png +0 -0
- data/test/public/images/service_icons/48/smugmug.png +0 -0
- data/test/public/images/service_icons/48/stumbleupon.png +0 -0
- data/test/public/images/service_icons/48/tag.png +0 -0
- data/test/public/images/service_icons/48/technorati.png +0 -0
- data/test/public/images/service_icons/48/tumblr.png +0 -0
- data/test/public/images/service_icons/48/twine.png +0 -0
- data/test/public/images/service_icons/48/twitter.png +0 -0
- data/test/public/images/service_icons/48/vimeo.png +0 -0
- data/test/public/images/service_icons/48/webshots.png +0 -0
- data/test/public/images/service_icons/48/wordpress.png +0 -0
- data/test/public/images/service_icons/48/xanga.png +0 -0
- data/test/public/images/service_icons/48/yahoo.png +0 -0
- data/test/public/images/service_icons/48/yelp.png +0 -0
- data/test/public/images/service_icons/48/youtube.png +0 -0
- data/test/public/images/service_icons/48/zooomr.png +0 -0
- data/test/public/images/service_icons/48/zotero.png +0 -0
- data/test/public/images/service_icons/60/amazon.png +0 -0
- data/test/public/images/service_icons/60/ask.png +0 -0
- data/test/public/images/service_icons/60/bibsonomy.png +0 -0
- data/test/public/images/service_icons/60/bing.png +0 -0
- data/test/public/images/service_icons/60/blogger.png +0 -0
- data/test/public/images/service_icons/60/bloglines.png +0 -0
- data/test/public/images/service_icons/60/citeulike.png +0 -0
- data/test/public/images/service_icons/60/clipmarks.png +0 -0
- data/test/public/images/service_icons/60/connotea.png +0 -0
- data/test/public/images/service_icons/60/dailymotion.png +0 -0
- data/test/public/images/service_icons/60/delicious.png +0 -0
- data/test/public/images/service_icons/60/digg.png +0 -0
- data/test/public/images/service_icons/60/diigo.png +0 -0
- data/test/public/images/service_icons/60/facebook.png +0 -0
- data/test/public/images/service_icons/60/feed.png +0 -0
- data/test/public/images/service_icons/60/fireeagle.png +0 -0
- data/test/public/images/service_icons/60/flickr.png +0 -0
- data/test/public/images/service_icons/60/fotolog.png +0 -0
- data/test/public/images/service_icons/60/friendfeed.png +0 -0
- data/test/public/images/service_icons/60/friendster.png +0 -0
- data/test/public/images/service_icons/60/furl.png +0 -0
- data/test/public/images/service_icons/60/goodreads.png +0 -0
- data/test/public/images/service_icons/60/google.png +0 -0
- data/test/public/images/service_icons/60/googleblog.png +0 -0
- data/test/public/images/service_icons/60/googlenews.png +0 -0
- data/test/public/images/service_icons/60/icerocket.png +0 -0
- data/test/public/images/service_icons/60/identica.png +0 -0
- data/test/public/images/service_icons/60/joost.png +0 -0
- data/test/public/images/service_icons/60/lastfm.png +0 -0
- data/test/public/images/service_icons/60/librarything.png +0 -0
- data/test/public/images/service_icons/60/linkedin.png +0 -0
- data/test/public/images/service_icons/60/livejournal.png +0 -0
- data/test/public/images/service_icons/60/magnolia.png +0 -0
- data/test/public/images/service_icons/60/mendeley.png +0 -0
- data/test/public/images/service_icons/60/metacafe.png +0 -0
- data/test/public/images/service_icons/60/mixx.png +0 -0
- data/test/public/images/service_icons/60/myspace.png +0 -0
- data/test/public/images/service_icons/60/netflix.png +0 -0
- data/test/public/images/service_icons/60/netvibes.png +0 -0
- data/test/public/images/service_icons/60/newsvine.png +0 -0
- data/test/public/images/service_icons/60/oai.png +0 -0
- data/test/public/images/service_icons/60/odeo.png +0 -0
- data/test/public/images/service_icons/60/opml.png +0 -0
- data/test/public/images/service_icons/60/pandora.png +0 -0
- data/test/public/images/service_icons/60/photobucket.png +0 -0
- data/test/public/images/service_icons/60/picasa.png +0 -0
- data/test/public/images/service_icons/60/polyvore.png +0 -0
- data/test/public/images/service_icons/60/pownce.png +0 -0
- data/test/public/images/service_icons/60/reddit.png +0 -0
- data/test/public/images/service_icons/60/simpy.png +0 -0
- data/test/public/images/service_icons/60/smugmug.png +0 -0
- data/test/public/images/service_icons/60/stumbleupon.png +0 -0
- data/test/public/images/service_icons/60/tag.png +0 -0
- data/test/public/images/service_icons/60/technorati.png +0 -0
- data/test/public/images/service_icons/60/tumblr.png +0 -0
- data/test/public/images/service_icons/60/twine.png +0 -0
- data/test/public/images/service_icons/60/twitter.png +0 -0
- data/test/public/images/service_icons/60/vimeo.png +0 -0
- data/test/public/images/service_icons/60/webshots.png +0 -0
- data/test/public/images/service_icons/60/wordpress.png +0 -0
- data/test/public/images/service_icons/60/xanga.png +0 -0
- data/test/public/images/service_icons/60/yahoo.png +0 -0
- data/test/public/images/service_icons/60/yelp.png +0 -0
- data/test/public/images/service_icons/60/youtube.png +0 -0
- data/test/public/images/service_icons/60/zooomr.png +0 -0
- data/test/public/images/service_icons/60/zotero.png +0 -0
- data/test/public/images/service_icons/facebook_friend_links.jpg +0 -0
- data/test/public/images/service_icons/facebook_my_links.jpg +0 -0
- data/test/public/images/service_icons/source/Aquaticus_Social_Icon_template_by_jwloh.psd +0 -0
- data/test/public/images/service_icons/source/Google.psd +0 -0
- data/test/public/images/service_icons/source/Quake 9 Design.webloc b/data/test/public/images/service_icons/source/Quake 9 → Design.webloc +0 -0
- data/test/public/images/service_icons/source/ReadMe.rtf +0 -52
- data/test/public/images/service_icons/source/amazon.png +0 -0
- data/test/public/images/service_icons/source/aquaticus.social.png +0 -0
- data/test/public/images/service_icons/source/ask.png +0 -0
- data/test/public/images/service_icons/source/ask.psd +0 -0
- data/test/public/images/service_icons/source/bibsonomy.png +0 -0
- data/test/public/images/service_icons/source/bibsonomy.psd +0 -0
- data/test/public/images/service_icons/source/bing.png +0 -0
- data/test/public/images/service_icons/source/bing.psd +0 -0
- data/test/public/images/service_icons/source/blogger.png +0 -0
- data/test/public/images/service_icons/source/bloglines.png +0 -0
- data/test/public/images/service_icons/source/bloglines.psd +0 -0
- data/test/public/images/service_icons/source/citeulike.png +0 -0
- data/test/public/images/service_icons/source/clipmarks.png +0 -0
- data/test/public/images/service_icons/source/connotea.png +0 -0
- data/test/public/images/service_icons/source/connotea.psd +0 -0
- data/test/public/images/service_icons/source/dailymotion.png +0 -0
- data/test/public/images/service_icons/source/delicious.png +0 -0
- data/test/public/images/service_icons/source/digg.png +0 -0
- data/test/public/images/service_icons/source/diigo.png +0 -0
- data/test/public/images/service_icons/source/facebook.png +0 -0
- data/test/public/images/service_icons/source/feed.png +0 -0
- data/test/public/images/service_icons/source/fireeagle.psd +0 -0
- data/test/public/images/service_icons/source/flickr.png +0 -0
- data/test/public/images/service_icons/source/fotolog.png +0 -0
- data/test/public/images/service_icons/source/friendfeed.png +0 -0
- data/test/public/images/service_icons/source/friendster.png +0 -0
- data/test/public/images/service_icons/source/furl.png +0 -0
- data/test/public/images/service_icons/source/goodreads.png +0 -0
- data/test/public/images/service_icons/source/google.png +0 -0
- data/test/public/images/service_icons/source/googleblog.png +0 -0
- data/test/public/images/service_icons/source/googlenews.png +0 -0
- data/test/public/images/service_icons/source/icerocket.png +0 -0
- data/test/public/images/service_icons/source/icerocket.psd +0 -0
- data/test/public/images/service_icons/source/identica.png +0 -0
- data/test/public/images/service_icons/source/joost.png +0 -0
- data/test/public/images/service_icons/source/lastfm.png +0 -0
- data/test/public/images/service_icons/source/librarything.png +0 -0
- data/test/public/images/service_icons/source/linkedin.png +0 -0
- data/test/public/images/service_icons/source/livejournal.png +0 -0
- data/test/public/images/service_icons/source/magnolia.png +0 -0
- data/test/public/images/service_icons/source/mendeley.png +0 -0
- data/test/public/images/service_icons/source/metacafe.png +0 -0
- data/test/public/images/service_icons/source/metacafe.psd +0 -0
- data/test/public/images/service_icons/source/mixx.png +0 -0
- data/test/public/images/service_icons/source/myspace.png +0 -0
- data/test/public/images/service_icons/source/netflix.png +0 -0
- data/test/public/images/service_icons/source/netvibes.png +0 -0
- data/test/public/images/service_icons/source/newsvine.png +0 -0
- data/test/public/images/service_icons/source/oai.png +0 -0
- data/test/public/images/service_icons/source/odeo.png +0 -0
- data/test/public/images/service_icons/source/opml.png +0 -0
- data/test/public/images/service_icons/source/pandora.png +0 -0
- data/test/public/images/service_icons/source/photobucket.png +0 -0
- data/test/public/images/service_icons/source/picasa.png +0 -0
- data/test/public/images/service_icons/source/polyvore.png +0 -0
- data/test/public/images/service_icons/source/pownce.png +0 -0
- data/test/public/images/service_icons/source/reddit.png +0 -0
- data/test/public/images/service_icons/source/simpy.png +0 -0
- data/test/public/images/service_icons/source/smugmug.png +0 -0
- data/test/public/images/service_icons/source/stumbleupon.png +0 -0
- data/test/public/images/service_icons/source/tag.png +0 -0
- data/test/public/images/service_icons/source/technorati.png +0 -0
- data/test/public/images/service_icons/source/template.png +0 -0
- data/test/public/images/service_icons/source/tumblr.png +0 -0
- data/test/public/images/service_icons/source/twine.png +0 -0
- data/test/public/images/service_icons/source/twine.psd +0 -0
- data/test/public/images/service_icons/source/twitter.png +0 -0
- data/test/public/images/service_icons/source/vimeo.png +0 -0
- data/test/public/images/service_icons/source/webshots.png +0 -0
- data/test/public/images/service_icons/source/wordpress.png +0 -0
- data/test/public/images/service_icons/source/xanga.png +0 -0
- data/test/public/images/service_icons/source/yahoo.png +0 -0
- data/test/public/images/service_icons/source/yelp.png +0 -0
- data/test/public/images/service_icons/source/youtube.png +0 -0
- data/test/public/images/service_icons/source/zooomr.png +0 -0
- data/test/public/images/service_icons/source/zotero.png +0 -0
- data/test/public/images/spinner.gif +0 -0
- data/test/public/images/sprites.png +0 -0
- data/test/public/javascripts/application.js +0 -2
- data/test/public/javascripts/fancyzoom.min.js +0 -1
- data/test/public/javascripts/jquery/colorpicker.js +0 -450
- data/test/public/javascripts/jquery/jquery-ui-1.8.9.custom.min.js +0 -781
- data/test/public/javascripts/jquery/jquery-ui.js +0 -781
- data/test/public/javascripts/jquery/jquery.easing.js +0 -46
- data/test/public/javascripts/jquery/jquery.fancybox.js +0 -44
- data/test/public/javascripts/jquery/jquery.form.js +0 -675
- data/test/public/javascripts/jquery/jquery.jgrowl.js +0 -9
- data/test/public/javascripts/jquery/jquery.js +0 -16
- data/test/public/javascripts/jquery/jquery.metadata.min.js +0 -13
- data/test/public/javascripts/jquery/jquery.mousewheel.js +0 -13
- data/test/public/javascripts/jquery/jquery.queryString.js +0 -33
- data/test/public/javascripts/jquery/jquery.swapimage.js +0 -66
- data/test/public/javascripts/jquery/jquery.swapimage.min.js +0 -11
- data/test/public/javascripts/jquery/jquery.timers.js +0 -138
- data/test/public/javascripts/jquery/jquery.tips.js +0 -75
- data/test/public/javascripts/muck-countries.js +0 -50
- data/test/public/javascripts/muck-src.js +0 -147
- data/test/public/javascripts/muck-users.js +0 -24
- data/test/public/javascripts/muck.js +0 -149
- data/test/public/javascripts/muck_admin.js +0 -0
- data/test/public/javascripts/muck_countries.js +0 -50
- data/test/public/javascripts/muck_time/en.js +0 -53
- data/test/public/javascripts/tree.js +0 -107
- data/test/public/robots.txt +0 -1
- data/test/public/stylesheets/.keep +0 -0
- data/test/public/stylesheets/admin.css +0 -73
- data/test/public/stylesheets/application.css +0 -0
- data/test/public/stylesheets/blueprint/ie.css +0 -26
- data/test/public/stylesheets/blueprint/liquid_screen.css +0 -203
- data/test/public/stylesheets/blueprint/plugins/buttons/icons/cross.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/buttons/icons/key.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/buttons/icons/tick.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/buttons/readme.txt +0 -32
- data/test/public/stylesheets/blueprint/plugins/buttons/screen.css +0 -97
- data/test/public/stylesheets/blueprint/plugins/fancy-type/readme.txt +0 -14
- data/test/public/stylesheets/blueprint/plugins/fancy-type/screen.css +0 -71
- data/test/public/stylesheets/blueprint/plugins/link-icons/icons/doc.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/icons/email.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/icons/external.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/icons/feed.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/icons/im.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/icons/pdf.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/icons/visited.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/icons/xls.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/readme.txt +0 -18
- data/test/public/stylesheets/blueprint/plugins/link-icons/screen.css +0 -40
- data/test/public/stylesheets/blueprint/plugins/liquid/liquid.css +0 -134
- data/test/public/stylesheets/blueprint/plugins/liquid/src/liquid.css +0 -197
- data/test/public/stylesheets/blueprint/plugins/rtl/readme.txt +0 -10
- data/test/public/stylesheets/blueprint/plugins/rtl/screen.css +0 -109
- data/test/public/stylesheets/blueprint/print.css +0 -30
- data/test/public/stylesheets/blueprint/screen.css +0 -251
- data/test/public/stylesheets/blueprint/sprite.css +0 -1
- data/test/public/stylesheets/blueprint/src/forms.css +0 -49
- data/test/public/stylesheets/blueprint/src/grid.css +0 -213
- data/test/public/stylesheets/blueprint/src/grid.png +0 -0
- data/test/public/stylesheets/blueprint/src/ie.css +0 -59
- data/test/public/stylesheets/blueprint/src/print.css +0 -85
- data/test/public/stylesheets/blueprint/src/reset.css +0 -38
- data/test/public/stylesheets/blueprint/src/typography.css +0 -105
- data/test/public/stylesheets/flick/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/test/public/stylesheets/flick/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
- data/test/public/stylesheets/flick/images/ui-bg_flat_55_ffffff_40x100.png +0 -0
- data/test/public/stylesheets/flick/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/test/public/stylesheets/flick/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/test/public/stylesheets/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png +0 -0
- data/test/public/stylesheets/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png +0 -0
- data/test/public/stylesheets/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png +0 -0
- data/test/public/stylesheets/flick/images/ui-icons_0073ea_256x240.png +0 -0
- data/test/public/stylesheets/flick/images/ui-icons_454545_256x240.png +0 -0
- data/test/public/stylesheets/flick/images/ui-icons_666666_256x240.png +0 -0
- data/test/public/stylesheets/flick/images/ui-icons_ff0084_256x240.png +0 -0
- data/test/public/stylesheets/flick/images/ui-icons_ffffff_256x240.png +0 -0
- data/test/public/stylesheets/flick/jquery-ui-1.8.1.custom.css +0 -486
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_diagonals-thick_15_444444_40x40.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_100_f0f0f0_1x400.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_50_99c2ff_1x400.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_55_fbf5d0_1x400.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_80_e6e6e6_1x400.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_highlight-soft_100_e7eef3_1x100.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-icons_222222_256x240.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-icons_2694e8_256x240.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-icons_2e83ff_256x240.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-icons_72a7cf_256x240.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-icons_888888_256x240.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-icons_ffffff_256x240.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/jquery-ui-1.7.1.custom.css +0 -404
- data/test/public/stylesheets/jquery/cupertino/jquery-ui-1.7.2.custom.css +0 -160
- data/test/public/stylesheets/jquery/jquery.autocomplete.css +0 -15
- data/test/public/stylesheets/jquery/jquery.fancybox.css +0 -77
- data/test/public/stylesheets/jquery/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-icons_217bc0_256x240.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-icons_2e83ff_256x240.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-icons_469bdd_256x240.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-icons_6da8d5_256x240.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-icons_d8e7f3_256x240.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-icons_f9bd01_256x240.png +0 -0
- data/test/public/stylesheets/jquery/redmond/jquery-ui-1.7.1.custom.css +0 -404
- data/test/public/stylesheets/jquery/redmond/jquery-ui-1.7.2.custom.css +0 -160
- data/test/public/stylesheets/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/jquery-ui-1.7.1.custom.css +0 -404
- data/test/public/stylesheets/jquery/smoothness/jquery-ui-1.7.2.custom.css +0 -160
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/jquery-ui-1.7.1.custom.css +0 -404
- data/test/public/stylesheets/jquery/ui-lightness/jquery-ui-1.7.2.custom.css +0 -160
- data/test/public/stylesheets/jquery/ui-lightness/jquery-ui-1.8.4.custom.css +0 -572
- data/test/public/stylesheets/muck-users.css +0 -10
- data/test/public/stylesheets/reset.css +0 -0
- data/test/public/stylesheets/styles.css +0 -94
- data/test/public/stylesheets/themes/blue/styles.css +0 -1
- data/test/public/stylesheets/themes/red/styles.css +0 -1
- data/test/script/cucumber +0 -10
- data/test/script/rails +0 -6
- data/test/spec/controllers/admin/default_controller_spec.rb +0 -39
- data/test/spec/controllers/default_controller_spec.rb +0 -189
- data/test/spec/controllers/helper_controller_spec.rb +0 -29
- data/test/spec/helpers/muck_admin_helper_spec.rb +0 -19
- data/test/spec/helpers/muck_engine_helper_spec.rb +0 -169
- data/test/spec/mailers/basic_mailer_spec.rb +0 -24
- data/test/spec/models/country_spec.rb +0 -84
- data/test/spec/models/language_spec.rb +0 -29
- data/test/spec/models/state_spec.rb +0 -12
- data/test/spec/spec_helper.rb +0 -5
- data/test/test/fixtures/rails.png +0 -0
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
require 'capybara/rails'
|
|
2
|
-
require 'capybara/cucumber'
|
|
3
|
-
|
|
4
|
-
Capybara.default_driver = :selenium
|
|
5
|
-
Capybara.app_host = "http://localhost:8888"
|
|
6
|
-
Capybara.default_wait_time = 10
|
|
7
|
-
|
|
8
|
-
require "selenium-webdriver"
|
|
9
|
-
Selenium::WebDriver::Firefox::Binary.path = '/Applications/Firefox.app/Contents/MacOS/firefox-bin'
|
|
10
|
-
|
|
11
|
-
require 'factory_girl'
|
|
12
|
-
require 'muck_test_helper'
|
|
13
|
-
|
|
14
|
-
Before do
|
|
15
|
-
# Create admin user:
|
|
16
|
-
Rake::Task[ 'muck:users:create_admin' ].execute
|
|
17
|
-
|
|
18
|
-
visit "/logout"
|
|
19
|
-
end
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
# IMPORTANT: This file is generated by cucumber-rails - edit at your own peril.
|
|
2
|
-
# It is recommended to regenerate this file in the future when you upgrade to a
|
|
3
|
-
# newer version of cucumber-rails. Consider adding your own code to a new file
|
|
4
|
-
# instead of editing this one. Cucumber will automatically load all features/**/*.rb
|
|
5
|
-
# files.
|
|
6
|
-
|
|
7
|
-
ENV["RAILS_ENV"] ||= "test"
|
|
8
|
-
require File.expand_path(File.dirname(__FILE__) + '/../../config/environment')
|
|
9
|
-
|
|
10
|
-
require 'cucumber/formatter/unicode' # Remove this line if you don't want Cucumber Unicode support
|
|
11
|
-
require 'cucumber/rails/rspec'
|
|
12
|
-
require 'cucumber/rails/world'
|
|
13
|
-
require 'cucumber/rails/active_record'
|
|
14
|
-
require 'cucumber/web/tableish'
|
|
15
|
-
|
|
16
|
-
require 'capybara/rails'
|
|
17
|
-
require 'capybara/cucumber'
|
|
18
|
-
require 'capybara/session'
|
|
19
|
-
require 'cucumber/rails/capybara_javascript_emulation' # Lets you click links with onclick javascript handlers without using @culerity or @javascript
|
|
20
|
-
# Capybara defaults to XPath selectors rather than Webrat's default of CSS3. In
|
|
21
|
-
# order to ease the transition to Capybara we set the default here. If you'd
|
|
22
|
-
# prefer to use XPath just remove this line and adjust any selectors in your
|
|
23
|
-
# steps to use the XPath syntax.
|
|
24
|
-
Capybara.default_selector = :css
|
|
25
|
-
|
|
26
|
-
# If you set this to false, any error raised from within your app will bubble
|
|
27
|
-
# up to your step definition and out to cucumber unless you catch it somewhere
|
|
28
|
-
# on the way. You can make Rails rescue errors and render error pages on a
|
|
29
|
-
# per-scenario basis by tagging a scenario or feature with the @allow-rescue tag.
|
|
30
|
-
#
|
|
31
|
-
# If you set this to true, Rails will rescue all errors and render error
|
|
32
|
-
# pages, more or less in the same way your application would behave in the
|
|
33
|
-
# default production environment. It's not recommended to do this for all
|
|
34
|
-
# of your scenarios, as this makes it hard to discover errors in your application.
|
|
35
|
-
ActionController::Base.allow_rescue = false
|
|
36
|
-
|
|
37
|
-
# If you set this to true, each scenario will run in a database transaction.
|
|
38
|
-
# You can still turn off transactions on a per-scenario basis, simply tagging
|
|
39
|
-
# a feature or scenario with the @no-txn tag. If you are using Capybara,
|
|
40
|
-
# tagging with @culerity or @javascript will also turn transactions off.
|
|
41
|
-
#
|
|
42
|
-
# If you set this to false, transactions will be off for all scenarios,
|
|
43
|
-
# regardless of whether you use @no-txn or not.
|
|
44
|
-
#
|
|
45
|
-
# Beware that turning transactions off will leave data in your database
|
|
46
|
-
# after each scenario, which can lead to hard-to-debug failures in
|
|
47
|
-
# subsequent scenarios. If you do this, we recommend you create a Before
|
|
48
|
-
# block that will explicitly put your database in a known state.
|
|
49
|
-
Cucumber::Rails::World.use_transactional_fixtures = true
|
|
50
|
-
# How to clean your database when transactions are turned off. See
|
|
51
|
-
# http://github.com/bmabey/database_cleaner for more info.
|
|
52
|
-
if defined?(ActiveRecord::Base)
|
|
53
|
-
begin
|
|
54
|
-
require 'database_cleaner'
|
|
55
|
-
DatabaseCleaner.strategy = :truncation
|
|
56
|
-
rescue LoadError => ignore_if_database_cleaner_not_present
|
|
57
|
-
end
|
|
58
|
-
end
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
module NavigationHelpers
|
|
2
|
-
# Maps a name to a path. Used by the
|
|
3
|
-
#
|
|
4
|
-
# When /^I go to (.+)$/ do |page_name|
|
|
5
|
-
#
|
|
6
|
-
# step definition in web_steps.rb
|
|
7
|
-
#
|
|
8
|
-
def path_to(page_name)
|
|
9
|
-
case page_name
|
|
10
|
-
|
|
11
|
-
when /the home\s?page/
|
|
12
|
-
'/'
|
|
13
|
-
|
|
14
|
-
# Add more mappings here.
|
|
15
|
-
# Here is an example that pulls values out of the Regexp:
|
|
16
|
-
#
|
|
17
|
-
# when /^(.*)'s profile page$/i
|
|
18
|
-
# user_profile_path(User.find_by_login($1))
|
|
19
|
-
|
|
20
|
-
else
|
|
21
|
-
begin
|
|
22
|
-
page_name =~ /the (.*) page/
|
|
23
|
-
path_components = $1.split(/\s+/)
|
|
24
|
-
self.send(path_components.push('path').join('_').to_sym)
|
|
25
|
-
rescue Object => e
|
|
26
|
-
raise "Can't find mapping from \"#{page_name}\" to a path.\n" +
|
|
27
|
-
"Now, go and add a mapping in #{__FILE__}"
|
|
28
|
-
end
|
|
29
|
-
end
|
|
30
|
-
end
|
|
31
|
-
end
|
|
32
|
-
|
|
33
|
-
World(NavigationHelpers)
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# IMPORTANT: This file is generated by cucumber-rails - edit at your own peril.
|
|
2
|
-
# It is recommended to regenerate this file in the future when you upgrade to a
|
|
3
|
-
# newer version of cucumber-rails. Consider adding your own code to a new file
|
|
4
|
-
# instead of editing this one. Cucumber will automatically load all features/**/*.rb
|
|
5
|
-
# files.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
unless ARGV.any? {|a| a =~ /^gems/} # Don't load anything when running the gems:* tasks
|
|
9
|
-
|
|
10
|
-
vendored_cucumber_bin = Dir["#{Rails.root}/vendor/{gems,plugins}/cucumber*/bin/cucumber"].first
|
|
11
|
-
$LOAD_PATH.unshift(File.dirname(vendored_cucumber_bin) + '/../lib') unless vendored_cucumber_bin.nil?
|
|
12
|
-
|
|
13
|
-
begin
|
|
14
|
-
require 'cucumber/rake/task'
|
|
15
|
-
|
|
16
|
-
namespace :cucumber do
|
|
17
|
-
Cucumber::Rake::Task.new({:ok => 'db:test:prepare'}, 'Run features that should pass') do |t|
|
|
18
|
-
t.binary = vendored_cucumber_bin # If nil, the gem's binary is used.
|
|
19
|
-
t.fork = true # You may get faster startup if you set this to false
|
|
20
|
-
t.profile = 'default'
|
|
21
|
-
end
|
|
22
|
-
|
|
23
|
-
Cucumber::Rake::Task.new({:wip => 'db:test:prepare'}, 'Run features that are being worked on') do |t|
|
|
24
|
-
t.binary = vendored_cucumber_bin
|
|
25
|
-
t.fork = true # You may get faster startup if you set this to false
|
|
26
|
-
t.profile = 'wip'
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
Cucumber::Rake::Task.new({:rerun => 'db:test:prepare'}, 'Record failing features and run only them if any exist') do |t|
|
|
30
|
-
t.binary = vendored_cucumber_bin
|
|
31
|
-
t.fork = true # You may get faster startup if you set this to false
|
|
32
|
-
t.profile = 'rerun'
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
desc 'Run all features'
|
|
36
|
-
task :all => [:ok, :wip]
|
|
37
|
-
end
|
|
38
|
-
desc 'Alias for cucumber:ok'
|
|
39
|
-
task :cucumber => 'cucumber:ok'
|
|
40
|
-
|
|
41
|
-
task :default => :cucumber
|
|
42
|
-
|
|
43
|
-
task :features => :cucumber do
|
|
44
|
-
STDERR.puts "*** The 'features' task is deprecated. See rake -T cucumber ***"
|
|
45
|
-
end
|
|
46
|
-
rescue LoadError
|
|
47
|
-
desc 'cucumber rake task not available (cucumber not installed)'
|
|
48
|
-
task :cucumber do
|
|
49
|
-
abort 'Cucumber rake task is not available. Be sure to install cucumber as a gem or plugin'
|
|
50
|
-
end
|
|
51
|
-
end
|
|
52
|
-
|
|
53
|
-
end
|
data/test/public/.htaccess
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# General Apache options
|
|
2
|
-
AddHandler fastcgi-script .fcgi
|
|
3
|
-
AddHandler cgi-script .cgi
|
|
4
|
-
Options +FollowSymLinks +ExecCGI
|
|
5
|
-
|
|
6
|
-
# If you don't want Rails to look in certain directories,
|
|
7
|
-
# use the following rewrite rules so that Apache won't rewrite certain requests
|
|
8
|
-
#
|
|
9
|
-
# Example:
|
|
10
|
-
# RewriteCond %{REQUEST_URI} ^/notrails.*
|
|
11
|
-
# RewriteRule .* - [L]
|
|
12
|
-
|
|
13
|
-
# Redirect all requests not available on the filesystem to Rails
|
|
14
|
-
# By default the cgi dispatcher is used which is very slow
|
|
15
|
-
#
|
|
16
|
-
# For better performance replace the dispatcher with the fastcgi one
|
|
17
|
-
#
|
|
18
|
-
# Example:
|
|
19
|
-
# RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
|
|
20
|
-
RewriteEngine On
|
|
21
|
-
|
|
22
|
-
# If your Rails application is accessed via an Alias directive,
|
|
23
|
-
# then you MUST also set the RewriteBase in this htaccess file.
|
|
24
|
-
#
|
|
25
|
-
# Example:
|
|
26
|
-
# Alias /myrailsapp /path/to/myrailsapp/public
|
|
27
|
-
# RewriteBase /myrailsapp
|
|
28
|
-
|
|
29
|
-
RewriteRule ^$ index.html [QSA]
|
|
30
|
-
RewriteRule ^([^.]+)$ $1.html [QSA]
|
|
31
|
-
RewriteCond %{REQUEST_FILENAME} !-f
|
|
32
|
-
RewriteRule ^(.*)$ dispatch.cgi [QSA,L]
|
|
33
|
-
|
|
34
|
-
# In case Rails experiences terminal errors
|
|
35
|
-
# Instead of displaying this message you can supply a file here which will be rendered instead
|
|
36
|
-
#
|
|
37
|
-
# Example:
|
|
38
|
-
# ErrorDocument 500 /500.html
|
|
39
|
-
|
|
40
|
-
ErrorDocument 500 "<h2>Application error</h2>Rails application failed to start properly"
|
data/test/public/404.html
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
-
|
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
5
|
-
|
|
6
|
-
<head>
|
|
7
|
-
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
8
|
-
<title>The page you were looking for doesn't exist (404)</title>
|
|
9
|
-
<style type="text/css">
|
|
10
|
-
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
|
11
|
-
div.dialog {
|
|
12
|
-
width: 25em;
|
|
13
|
-
padding: 0 4em;
|
|
14
|
-
margin: 4em auto 0 auto;
|
|
15
|
-
border: 1px solid #ccc;
|
|
16
|
-
border-right-color: #999;
|
|
17
|
-
border-bottom-color: #999;
|
|
18
|
-
}
|
|
19
|
-
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
|
20
|
-
</style>
|
|
21
|
-
</head>
|
|
22
|
-
|
|
23
|
-
<body>
|
|
24
|
-
<!-- This file lives in public/404.html -->
|
|
25
|
-
<div class="dialog">
|
|
26
|
-
<h1>The page you were looking for doesn't exist.</h1>
|
|
27
|
-
<p>You may have mistyped the address or the page may have moved.</p>
|
|
28
|
-
</div>
|
|
29
|
-
</body>
|
|
30
|
-
</html>
|
data/test/public/422.html
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
-
|
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
5
|
-
|
|
6
|
-
<head>
|
|
7
|
-
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
8
|
-
<title>The change you wanted was rejected (422)</title>
|
|
9
|
-
<style type="text/css">
|
|
10
|
-
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
|
11
|
-
div.dialog {
|
|
12
|
-
width: 25em;
|
|
13
|
-
padding: 0 4em;
|
|
14
|
-
margin: 4em auto 0 auto;
|
|
15
|
-
border: 1px solid #ccc;
|
|
16
|
-
border-right-color: #999;
|
|
17
|
-
border-bottom-color: #999;
|
|
18
|
-
}
|
|
19
|
-
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
|
20
|
-
</style>
|
|
21
|
-
</head>
|
|
22
|
-
|
|
23
|
-
<body>
|
|
24
|
-
<!-- This file lives in public/422.html -->
|
|
25
|
-
<div class="dialog">
|
|
26
|
-
<h1>The change you wanted was rejected.</h1>
|
|
27
|
-
<p>Maybe you tried to change something you didn't have access to.</p>
|
|
28
|
-
</div>
|
|
29
|
-
</body>
|
|
30
|
-
</html>
|
data/test/public/500.html
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
-
|
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
5
|
-
|
|
6
|
-
<head>
|
|
7
|
-
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
8
|
-
<title>We're sorry, but something went wrong</title>
|
|
9
|
-
<style type="text/css">
|
|
10
|
-
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
|
11
|
-
div.dialog {
|
|
12
|
-
width: 25em;
|
|
13
|
-
padding: 0 4em;
|
|
14
|
-
margin: 4em auto 0 auto;
|
|
15
|
-
border: 1px solid #ccc;
|
|
16
|
-
border-right-color: #999;
|
|
17
|
-
border-bottom-color: #999;
|
|
18
|
-
}
|
|
19
|
-
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
|
20
|
-
</style>
|
|
21
|
-
</head>
|
|
22
|
-
|
|
23
|
-
<body>
|
|
24
|
-
<!-- This file lives in public/500.html -->
|
|
25
|
-
<div class="dialog">
|
|
26
|
-
<h1>We're sorry, but something went wrong.</h1>
|
|
27
|
-
<p>We've been notified about this issue and we'll take a look at it shortly.</p>
|
|
28
|
-
</div>
|
|
29
|
-
</body>
|
|
30
|
-
</html>
|
data/test/public/dispatch.rb
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
#!/opt/local/bin/ruby
|
|
2
|
-
|
|
3
|
-
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
|
|
4
|
-
|
|
5
|
-
# If you're using RubyGems and mod_ruby, this require should be changed to an absolute path one, like:
|
|
6
|
-
# "/usr/local/lib/ruby/gems/1.8/gems/rails-0.8.0/lib/dispatcher" -- otherwise performance is severely impaired
|
|
7
|
-
require "dispatcher"
|
|
8
|
-
|
|
9
|
-
ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if File.directory?(dir) } if defined?(Apache::RubyRun)
|
|
10
|
-
Dispatcher.dispatch
|
data/test/public/favicon.ico
DELETED
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|