Skip to content

Instantly share code, notes, and snippets.

@haslinger
Last active December 31, 2015 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haslinger/8036522 to your computer and use it in GitHub Desktop.
Save haslinger/8036522 to your computer and use it in GitHub Desktop.
Started GET "/story_statuses/index2" for 127.0.0.1 at 2013-12-25 15:50:49 +0100
Processing by StoryStatusesController#index2 as HTML
  User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1  [["id", "1"]]
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from block in dev_user_changer at /var/rails/hobo/hobo_clean/taglibs/nav.dryml:5)
  User Load (0.4ms)  SELECT "users".* FROM "users" LIMIT 30
  StoryStatus Load (0.4ms)  SELECT "story_statuses".* FROM "story_statuses" LIMIT 30 OFFSET 0
   (0.2ms)  SELECT COUNT(*) FROM "story_statuses"
  Rendered story_statuses/index2.dryml (119.9ms)
Completed 500 Internal Server Error in 126ms

ActionView::Template::Error (undefined method `will_paginate' for #<#<Class:0x00000007ff34d8>:0x007fe78c3dae20>):
    42:           <submit label="new"/>
    43:         </formlet>
    44:       </card>
    45:       <page-nav/>
    46: 
    47:       <table-plus class="statuses" fields="this">
    48:         <controls:/>
  :dryml/lib/dryml/template_environment.rb:647:in `method_missing'
  :hobo_rapid/taglibs/pages/page_nav.dryml:10:in `block in page_nav'
  :dryml/lib/dryml/template_environment.rb:391:in `block in _tag_context'
  :dryml/lib/dryml/template_environment.rb:293:in `block in new_context'
  actionpack (4.0.2) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  :dryml/lib/dryml/template_environment.rb:293:in `new_context'
  :dryml/lib/dryml/template_environment.rb:391:in `_tag_context'
  :hobo_rapid/taglibs/pages/page_nav.dryml:8:in `page_nav'
  app/views/story_statuses/index2.dryml:45:in `block in body_part'
  :dryml/lib/dryml/template_environment.rb:293:in `block in new_context'
  actionpack (4.0.2) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  :dryml/lib/dryml/template_environment.rb:293:in `new_context'
  app/views/story_statuses/index2.dryml:3:in `body_part'
  :dryml/lib/dryml/template_environment.rb:188:in `block in call_part'
  :dryml/lib/dryml/template_environment.rb:293:in `block in new_context'
  actionpack (4.0.2) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  :dryml/lib/dryml/template_environment.rb:293:in `new_context'
  :dryml/lib/dryml/template_environment.rb:186:in `call_part'
  app/views/story_statuses/index2.dryml:3:in `block (5 levels) in render_page'
  :dryml/lib/dryml/template_environment.rb:293:in `block in new_context'
  actionpack (4.0.2) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  :dryml/lib/dryml/template_environment.rb:293:in `new_context'
  app/views/story_statuses/index2.dryml:3:in `block (4 levels) in render_page'
  :dryml/lib/dryml/template_environment.rb:293:in `block in new_context'
  actionpack (4.0.2) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  :dryml/lib/dryml/template_environment.rb:293:in `new_context'
  app/views/story_statuses/index2.dryml:2:in `block (3 levels) in render_page'
  :dryml/lib/dryml/template_environment.rb:519:in `call'
  :dryml/lib/dryml/template_environment.rb:519:in `block in override_and_call_tag'
  :dryml/lib/dryml/tag_parameters.rb:19:in `call'
  :dryml/lib/dryml/tag_parameters.rb:19:in `method_missing'
  :hobo_rapid/taglibs/html/section.dryml:7:in `block in section'
  :dryml/lib/dryml/template_environment.rb:391:in `block in _tag_context'
  :dryml/lib/dryml/template_environment.rb:293:in `block in new_context'
  actionpack (4.0.2) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  :dryml/lib/dryml/template_environment.rb:293:in `new_context'
  :dryml/lib/dryml/template_environment.rb:391:in `_tag_context'
  :hobo_rapid/taglibs/html/section.dryml:6:in `section'
  :dryml/lib/dryml/template_environment.rb:528:in `override_and_call_tag'
  :dryml/lib/dryml/template_environment.rb:491:in `call_tag_parameter'
  :hobo_clean/taglibs/hobo_clean.dryml:64:in `block (6 levels) in page'
  :dryml/lib/dryml/scoped_variables.rb:20:in `new_scope'
  :hobo_clean/taglibs/hobo_clean.dryml:55:in `block (5 levels) in page'
  :dryml/lib/dryml/template_environment.rb:293:in `block in new_context'
  actionpack (4.0.2) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  :dryml/lib/dryml/template_environment.rb:293:in `new_context'
  :hobo_clean/taglibs/hobo_clean.dryml:54:in `block (4 levels) in page'
  :dryml/lib/dryml/template_environment.rb:511:in `call'
  :dryml/lib/dryml/template_environment.rb:511:in `block in override_and_call_tag'
  :dryml/lib/dryml/template_environment.rb:293:in `block in new_context'
  actionpack (4.0.2) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  :dryml/lib/dryml/template_environment.rb:293:in `new_context'
  :dryml/lib/dryml/template_environment.rb:511:in `override_and_call_tag'
  :dryml/lib/dryml/template_environment.rb:491:in `call_tag_parameter'
  :hobo_clean/taglibs/hobo_clean.dryml:54:in `block (3 levels) in page'
  :dryml/lib/dryml/template_environment.rb:293:in `block in new_context'
  actionpack (4.0.2) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  :dryml/lib/dryml/template_environment.rb:293:in `new_context'
  :hobo_clean/taglibs/hobo_clean.dryml:32:in `block (2 levels) in page'
  :dryml/lib/dryml/template_environment.rb:441:in `call'
  :dryml/lib/dryml/template_environment.rb:441:in `block in call_tag_parameter_with_default_content'
  :dryml/lib/dryml/tag_parameters.rb:19:in `call'
  :dryml/lib/dryml/tag_parameters.rb:19:in `method_missing'
  :dryml/taglibs/core.dryml:65:in `block in do_'
  :dryml/lib/dryml/template_environment.rb:391:in `block in _tag_context'
  :dryml/lib/dryml/template_environment.rb:293:in `block in new_context'
  actionpack (4.0.2) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  :dryml/lib/dryml/template_environment.rb:293:in `new_context'
  :dryml/lib/dryml/template_environment.rb:391:in `_tag_context'
  :dryml/taglibs/core.dryml:65:in `do_'
  :dryml/lib/dryml/template_environment.rb:445:in `call_tag_parameter_with_default_content'
  :dryml/lib/dryml/template_environment.rb:467:in `call_tag_parameter'
  :hobo_rapid/taglibs/html/html.dryml:17:in `block (2 levels) in html'
  :dryml/lib/dryml/scoped_variables.rb:20:in `new_scope'
  :hobo_rapid/taglibs/html/html.dryml:17:in `block in html'
  :dryml/lib/dryml/template_environment.rb:391:in `block in _tag_context'
  :dryml/lib/dryml/template_environment.rb:293:in `block in new_context'
  actionpack (4.0.2) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  :dryml/lib/dryml/template_environment.rb:293:in `new_context'
  :dryml/lib/dryml/template_environment.rb:391:in `_tag_context'
  :hobo_rapid/taglibs/html/html.dryml:11:in `html'
  :hobo_clean/taglibs/hobo_clean.dryml:32:in `block in page'
  :dryml/lib/dryml/template_environment.rb:391:in `block in _tag_context'
  :dryml/lib/dryml/template_environment.rb:293:in `block in new_context'
  actionpack (4.0.2) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  :dryml/lib/dryml/template_environment.rb:293:in `new_context'
  :dryml/lib/dryml/template_environment.rb:391:in `_tag_context'
  :hobo_clean/taglibs/hobo_clean.dryml:30:in `page'
  app/views/taglibs/application.dryml:96:in `block in page_with_a9a9130f4403'
  :dryml/lib/dryml/template_environment.rb:391:in `block in _tag_context'
  :dryml/lib/dryml/template_environment.rb:293:in `block in new_context'
  actionpack (4.0.2) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  :dryml/lib/dryml/template_environment.rb:293:in `new_context'
  :dryml/lib/dryml/template_environment.rb:391:in `_tag_context'
  app/views/taglibs/application.dryml:95:in `page_with_a9a9130f4403'
  app/views/taglibs/auto/rapid/pages.dryml:961:in `block in index_page__for_story_status'
  :dryml/lib/dryml/template_environment.rb:391:in `block in _tag_context'
  :dryml/lib/dryml/template_environment.rb:293:in `block in new_context'
  actionpack (4.0.2) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  :dryml/lib/dryml/template_environment.rb:293:in `new_context'
  :dryml/lib/dryml/template_environment.rb:391:in `_tag_context'
  app/views/taglibs/auto/rapid/pages.dryml:960:in `index_page__for_story_status'
  :dryml/lib/dryml/template_environment.rb:243:in `call_polymorphic_tag'
  :hobo_rapid/taglibs/pages/pages.dryml:13:in `block in index_page'
  :dryml/lib/dryml/template_environment.rb:391:in `block in _tag_context'
  :dryml/lib/dryml/template_environment.rb:293:in `block in new_context'
  actionpack (4.0.2) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  :dryml/lib/dryml/template_environment.rb:293:in `new_context'
  :dryml/lib/dryml/template_environment.rb:391:in `_tag_context'
  :hobo_rapid/taglibs/pages/pages.dryml:7:in `index_page'
  app/views/story_statuses/index2.dryml:1:in `block in render_page'
  :dryml/lib/dryml/template_environment.rb:330:in `block in new_object_context'
  :dryml/lib/dryml/template_environment.rb:293:in `block in new_context'
  actionpack (4.0.2) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
  :dryml/lib/dryml/template_environment.rb:293:in `new_context'
  :dryml/lib/dryml/template_environment.rb:307:in `new_object_context'
  app/views/story_statuses/index2.dryml:1:in `render_page'
  :dryml/lib/dryml.rb:77:in `call_render'
  app/views/story_statuses/index2.dryml:1:in `_app_views_story_statuses_index__dryml__1669007536164366084_65475500'
  actionpack (4.0.2) lib/action_view/template.rb:143:in `block in render'
  activesupport (4.0.2) lib/active_support/notifications.rb:161:in `instrument'
  actionpack (4.0.2) lib/action_view/template.rb:141:in `render'
  actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
  actionpack (4.0.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
  actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
  actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
  actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:17:in `render'
  actionpack (4.0.2) lib/action_view/renderer/renderer.rb:42:in `render_template'
  actionpack (4.0.2) lib/action_view/renderer/renderer.rb:23:in `render'
  actionpack (4.0.2) lib/abstract_controller/rendering.rb:127:in `_render_template'
  actionpack (4.0.2) lib/action_controller/metal/streaming.rb:219:in `_render_template'
  actionpack (4.0.2) lib/abstract_controller/rendering.rb:120:in `render_to_body'
  actionpack (4.0.2) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
  actionpack (4.0.2) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
  actionpack (4.0.2) lib/abstract_controller/rendering.rb:97:in `render'
  actionpack (4.0.2) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
  activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
  /home/stefan/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
  activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `ms'
  actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
  actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
  activerecord (4.0.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
  actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:40:in `render'
  :hobo/lib/hobo/controller/model.rb:863:in `render_with_hobo_model'
  actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (4.0.2) lib/action_controller/metal/responder.rb:233:in `default_render'
  actionpack (4.0.2) lib/action_controller/metal/responder.rb:161:in `to_html'
  actionpack (4.0.2) lib/action_controller/metal/responder.rb:154:in `respond'
  actionpack (4.0.2) lib/action_controller/metal/responder.rb:147:in `call'
  actionpack (4.0.2) lib/action_controller/metal/mime_responds.rb:330:in `respond_with'
  :hobo/lib/hobo/controller/model.rb:533:in `index_response'
  :hobo/lib/hobo/controller/model.rb:485:in `hobo_index'
  :hobo/lib/hobo/controller/model.rb:236:in `block (2 levels) in index_action'
  actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
  actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (4.0.2) lib/active_support/callbacks.rb:443:in `_run__313820073671830007__process_action__callbacks'
  activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
  activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
  activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
  actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
  activerecord (4.0.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
  actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
  actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
  actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
  actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
  actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
  actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
  actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
  actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
  actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
  actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
  actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
  rack (1.5.2) lib/rack/etag.rb:23:in `call'
  rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
  rack (1.5.2) lib/rack/head.rb:11:in `call'
  actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
  actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
  rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
  rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
  actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
  activerecord (4.0.2) lib/active_record/query_cache.rb:36:in `call'
  activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
  actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__2698831659504017864__call__callbacks'
  activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
  actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
  actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
  railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
  activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
  activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
  activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
  railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
  actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
  rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
  railties (4.0.2) lib/rails/engine.rb:511:in `call'
  railties (4.0.2) lib/rails/application.rb:97:in `call'
  rack (1.5.2) lib/rack/lock.rb:17:in `call'
  rack (1.5.2) lib/rack/content_length.rb:14:in `call'
  rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
  /home/stefan/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
  /home/stefan/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
  /home/stefan/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
source 'http://rubygems.org'
gem 'rails', '4.0.2'
gem "protected_attributes"
gem "turbolinks"
platform :ruby do
gem 'sqlite3'
end
platform :jruby do
gem 'activerecord-jdbcsqlite3-adapter'
end
group :development do
gem 'debugger'
end
gem "hobo_support", :path => "../.."
gem "hobo_fields", :path => "../.."
gem "dryml", :path => "../.."
gem "hobo", :path => "../.."
gem "hobo_rapid", :path => "../.."
gem "hobo_clean", :path => "../.."
gem "hobo_jquery", :path => "../.."
gem "hobo_jquery_ui", :path => "../.."
gem "hobo_will_paginate"
gem "jquery-ui-themes", "~> 0.0.4"
gem "kramdown"
gem "RedCloth"
gem "shoulda", :group => :test
gem "factory_girl_rails", :group => :test
group :development, :test do
gem 'capybara', :git => 'git://github.com/jnicklas/capybara.git'#, :ref => "83d8574c1d" #"756ec1b2af70c66093c3b25976f520a3e6c3c2ae"
gem 'database_cleaner'
gem 'selenium-webdriver'
gem 'therubyracer', :platforms => :ruby
end
gem "jquery-rails"
gem 'paperclip'
gem 'hobo_paperclip', :git => "git://github.com/Hobo/hobo_paperclip.git", :branch => "master"
gem 'acts_as_list'
gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier'
gem 'awesome_print'
gem "hobo_simple_color", :git => "git://github.com/Hobo/hobo_simple_color"
gem "hobo_tokeninput", :git => "git://github.com/Hobo/hobo_tokeninput"
gem "turbolinks"
gem "protected_attributes"
GIT
remote: git://github.com/Hobo/hobo_paperclip.git
revision: abb4e77b849e78be9f1594b7304b71dc5a76157d
branch: master
specs:
hobo_paperclip (0.0.4)
hobo
paperclip
GIT
remote: git://github.com/Hobo/hobo_simple_color
revision: 6222ef21c34f12dafea791a9fa3f2c67d63908a9
specs:
hobo_simple_color (0.0.2)
hobo (> 1.4.0.pre4)
GIT
remote: git://github.com/Hobo/hobo_tokeninput
revision: 271317004e0a3c6fd6083405b30193e3fbbae0ba
specs:
hobo_tokeninput (0.0.1)
hobo (> 1.4.0.pre5)
GIT
remote: git://github.com/jnicklas/capybara.git
revision: 60683d9054b4f4024c57591a122cebfe11dfdcc3
specs:
capybara (2.2.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
PATH
remote: ../..
specs:
dryml (2.1.0.pre3)
actionpack (~> 4.0.2)
hobo_support (= 2.1.0.pre3)
hobo (2.1.0.pre3)
dryml (= 2.1.0.pre3)
hobo_fields (= 2.1.0.pre3)
hobo_support (= 2.1.0.pre3)
hobo_will_paginate
hobo_clean (2.1.0.pre3)
hobo (= 2.1.0.pre3)
hobo_jquery (= 2.1.0.pre3)
hobo_fields (2.1.0.pre3)
hobo_support (= 2.1.0.pre3)
hobo_jquery (2.1.0.pre3)
hobo_rapid (= 2.1.0.pre3)
jquery-rails (~> 2.0)
hobo_jquery_ui (2.1.0.pre3)
hobo (= 2.1.0.pre3)
hobo_jquery (= 2.1.0.pre3)
jquery-ui-themes (~> 0.0.4)
hobo_rapid (2.1.0.pre3)
hobo (= 2.1.0.pre3)
hobo_support (2.1.0.pre3)
rails (~> 4.0.2)
GEM
remote: http://rubygems.org/
specs:
RedCloth (4.2.9)
actionmailer (4.0.2)
actionpack (= 4.0.2)
mail (~> 2.5.4)
actionpack (4.0.2)
activesupport (= 4.0.2)
builder (~> 3.1.0)
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
activemodel (4.0.2)
activesupport (= 4.0.2)
builder (~> 3.1.0)
activerecord (4.0.2)
activemodel (= 4.0.2)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.2)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.2)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
acts_as_list (0.3.0)
activerecord (>= 3.0)
arel (4.0.1)
atomic (1.1.14)
awesome_print (1.2.0)
builder (3.1.4)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
climate_control (0.0.3)
activesupport (>= 3.0)
cocaine (0.5.3)
climate_control (>= 0.0.3, < 1.0)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.6.3)
columnize (0.3.6)
database_cleaner (1.2.0)
debugger (1.6.4)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.0)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.0)
erubis (2.7.0)
execjs (2.0.2)
factory_girl (4.3.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.3.0)
factory_girl (~> 4.3.0)
railties (>= 3.0.0)
ffi (1.9.3)
hike (1.2.3)
hobo_will_paginate (2.1.1)
httparty (0.12.0)
json (~> 1.8)
multi_xml (>= 0.5.2)
i18n (0.6.9)
jquery-rails (2.3.0)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jquery-ui-themes (0.0.11)
httparty
json (1.8.1)
kramdown (1.3.0)
libv8 (3.16.14.3)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25.1)
mini_portile (0.5.2)
minitest (4.7.5)
multi_json (1.8.2)
multi_xml (0.5.5)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
paperclip (3.5.2)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (~> 0.5.3)
mime-types
polyglot (0.3.3)
protected_attributes (1.0.5)
activemodel (>= 4.0.1, < 5.0)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.0.2)
actionmailer (= 4.0.2)
actionpack (= 4.0.2)
activerecord (= 4.0.2)
activesupport (= 4.0.2)
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.2)
sprockets-rails (~> 2.0.0)
railties (4.0.2)
actionpack (= 4.0.2)
activesupport (= 4.0.2)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.1.1)
ref (1.0.5)
rubyzip (1.1.0)
sass (3.2.13)
sass-rails (4.0.1)
railties (>= 4.0.0, < 5.0)
sass (>= 3.1.10)
sprockets-rails (~> 2.0.0)
selenium-webdriver (2.39.0)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0.4)
shoulda (3.5.0)
shoulda-context (~> 1.0, >= 1.0.1)
shoulda-matchers (>= 1.4.1, < 3.0)
shoulda-context (1.1.6)
shoulda-matchers (2.4.0)
activesupport (>= 3.0.0)
sprockets (2.10.1)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.0.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
sqlite3 (1.3.8)
therubyracer (0.12.0)
libv8 (~> 3.16.14.0)
ref
thor (0.18.1)
thread_safe (0.1.3)
atomic
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turbolinks (2.1.0)
coffee-rails
tzinfo (0.3.38)
uglifier (2.4.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
websocket (1.0.7)
xpath (2.0.0)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
RedCloth
activerecord-jdbcsqlite3-adapter
acts_as_list
awesome_print
capybara!
coffee-rails
database_cleaner
debugger
dryml!
factory_girl_rails
hobo!
hobo_clean!
hobo_fields!
hobo_jquery!
hobo_jquery_ui!
hobo_paperclip!
hobo_rapid!
hobo_simple_color!
hobo_support!
hobo_tokeninput!
hobo_will_paginate
jquery-rails
jquery-ui-themes (~> 0.0.4)
kramdown
paperclip
protected_attributes
rails (= 4.0.2)
sass-rails
selenium-webdriver
shoulda
sqlite3
therubyracer
turbolinks
uglifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment