Code Monkey home page Code Monkey logo

Comments (6)

davout avatar davout commented on June 2, 2024

Did you use the as_routes method in your route definition instead of the previous :active_scaffold => true option ?

from active_scaffold.

susmitkar avatar susmitkar commented on June 2, 2024

the server has started but its showing a different error..

Started GET "/admin/blogs" for 127.0.0.1 at Mon Oct 11 19:52:43 +0530 2010
DEPRECATION WARNING: Setting filter_parameter_logging in ActionController is deprecated and has no longer effect, please set 'config.filter_parameters' in config/application.rb instead. (called from /home/skar/kreeti/meshing/mesh/app/controllers/application_controller.rb:16)

ActionController::RoutingError (undefined method export_force_quotes=' for Admin::AdminController:Class): vendor/plugins/active_scaffold/lib/active_scaffold/configurable.rb:24:insend'
vendor/plugins/active_scaffold/lib/active_scaffold/configurable.rb:24:in method_missing' vendor/plugins/active_scaffold/lib/active_scaffold/config/core.rb:196:inmethod_missing'
app/controllers/admin/admin_controller.rb:9
vendor/plugins/active_scaffold/lib/active_scaffold/configurable.rb:11:in instance_exec' vendor/plugins/active_scaffold/lib/active_scaffold/configurable.rb:11:inconfigure'
vendor/plugins/active_scaffold/lib/active_scaffold.rb:18:in set_defaults' app/controllers/admin/admin_controller.rb:6 activesupport (3.0.0) lib/active_support/dependencies.rb:454:inload'
activesupport (3.0.0) lib/active_support/dependencies.rb:454:in load_file' activesupport (3.0.0) lib/active_support/dependencies.rb:591:innew_constants_in'
activesupport (3.0.0) lib/active_support/dependencies.rb:453:in load_file' activesupport (3.0.0) lib/active_support/dependencies.rb:340:inrequire_or_load'
activesupport (3.0.0) lib/active_support/dependencies.rb:491:in load_missing_constant' activesupport (3.0.0) lib/active_support/dependencies.rb:183:inconst_missing'
activesupport (3.0.0) lib/active_support/dependencies.rb:181:in each' activesupport (3.0.0) lib/active_support/dependencies.rb:181:inconst_missing'
app/controllers/admin/blogs_controller.rb:1
activesupport (3.0.0) lib/active_support/dependencies.rb:454:in load' activesupport (3.0.0) lib/active_support/dependencies.rb:454:inload_file'
activesupport (3.0.0) lib/active_support/dependencies.rb:591:in new_constants_in' activesupport (3.0.0) lib/active_support/dependencies.rb:453:inload_file'
activesupport (3.0.0) lib/active_support/dependencies.rb:340:in require_or_load' activesupport (3.0.0) lib/active_support/dependencies.rb:491:inload_missing_constant'
activesupport (3.0.0) lib/active_support/dependencies.rb:183:in const_missing' activesupport (3.0.0) lib/active_support/dependencies.rb:181:ineach'
activesupport (3.0.0) lib/active_support/dependencies.rb:181:in const_missing' activesupport (3.0.0) lib/active_support/inflector/methods.rb:113:inconstantize'
activesupport (3.0.0) lib/active_support/inflector/methods.rb:112:in each' activesupport (3.0.0) lib/active_support/inflector/methods.rb:112:inconstantize'
activesupport (3.0.0) lib/active_support/dependencies.rb:523
activesupport (3.0.0) lib/active_support/dependencies.rb:533:in call' activesupport (3.0.0) lib/active_support/dependencies.rb:533:indefault'
activesupport (3.0.0) lib/active_support/dependencies.rb:533:in []' activesupport (3.0.0) lib/active_support/dependencies.rb:533:inget'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:58:in controller_reference' actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:44:incontroller'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:23:in call' rack-mount (0.6.13) lib/rack/mount/route_set.rb:148:incall'
rack-mount (0.6.13) lib/rack/mount/code_generation.rb:93:in recognize' rack-mount (0.6.13) lib/rack/mount/code_generation.rb:110:inoptimized_each'
rack-mount (0.6.13) lib/rack/mount/code_generation.rb:92:in recognize' rack-mount (0.6.13) lib/rack/mount/route_set.rb:139:incall'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:492:in call' actionpack (3.0.0) lib/action_dispatch/middleware/best_standards_support.rb:17:incall'
actionpack (3.0.0) lib/action_dispatch/middleware/head.rb:14:in call' rack (1.2.1) lib/rack/methodoverride.rb:24:incall'
actionpack (3.0.0) lib/action_dispatch/middleware/params_parser.rb:21:in call' actionpack (3.0.0) lib/action_dispatch/middleware/flash.rb:182:incall'
actionpack (3.0.0) lib/action_dispatch/middleware/session/abstract_store.rb:149:in call' actionpack (3.0.0) lib/action_dispatch/middleware/cookies.rb:287:incall'
activerecord (3.0.0) lib/active_record/query_cache.rb:32:in call' activerecord (3.0.0) lib/active_record/connection_adapters/abstract/query_cache.rb:28:incache'
activerecord (3.0.0) lib/active_record/query_cache.rb:12:in cache' activerecord (3.0.0) lib/active_record/query_cache.rb:31:incall'
activerecord (3.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:355:in call' actionpack (3.0.0) lib/action_dispatch/middleware/callbacks.rb:46:incall'
activesupport (3.0.0) lib/active_support/callbacks.rb:415:in _run_call_callbacks' actionpack (3.0.0) lib/action_dispatch/middleware/callbacks.rb:44:incall'
rack (1.2.1) lib/rack/sendfile.rb:107:in call' actionpack (3.0.0) lib/action_dispatch/middleware/remote_ip.rb:48:incall'
actionpack (3.0.0) lib/action_dispatch/middleware/show_exceptions.rb:46:in call' railties (3.0.0) lib/rails/rack/logger.rb:13:incall'
rack (1.2.1) lib/rack/runtime.rb:17:in call' activesupport (3.0.0) lib/active_support/cache/strategy/local_cache.rb:72:incall'
rack (1.2.1) lib/rack/lock.rb:11:in call' rack (1.2.1) lib/rack/lock.rb:11:insynchronize'
rack (1.2.1) lib/rack/lock.rb:11:in call' actionpack (3.0.0) lib/action_dispatch/middleware/static.rb:30:incall'
railties (3.0.0) lib/rails/application.rb:168:in call' railties (3.0.0) lib/rails/application.rb:77:insend'
railties (3.0.0) lib/rails/application.rb:77:in method_missing' railties (3.0.0) lib/rails/rack/log_tailer.rb:14:incall'
rack (1.2.1) lib/rack/content_length.rb:13:in call' rack (1.2.1) lib/rack/handler/webrick.rb:52:inservice'
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:inrun'
/usr/lib/ruby/1.8/webrick/server.rb:173:in start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:instart'
/usr/lib/ruby/1.8/webrick/server.rb:162:in start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:instart'
/usr/lib/ruby/1.8/webrick/server.rb:92:in each' /usr/lib/ruby/1.8/webrick/server.rb:92:instart'
/usr/lib/ruby/1.8/webrick/server.rb:23:in start' /usr/lib/ruby/1.8/webrick/server.rb:82:instart'
rack (1.2.1) lib/rack/handler/webrick.rb:13:in run' rack (1.2.1) lib/rack/server.rb:213:instart'
railties (3.0.0) lib/rails/commands/server.rb:65:in start' railties (3.0.0) lib/rails/commands.rb:30 railties (3.0.0) lib/rails/commands.rb:27:intap'
railties (3.0.0) lib/rails/commands.rb:27
script/rails:6:in `require'
script/rails:6

from active_scaffold.

susmitkar avatar susmitkar commented on June 2, 2024

but thnks neway.....@davout

from active_scaffold.

vhochstein avatar vhochstein commented on June 2, 2024

If I remember correctly export_force_quotes is used by the csv export action plugin.
I would bet that this plugin is nt ported to Rails 3.0 and activescaffold for 3.0.

I will take a look at it.
thanks a lot for the information.

from active_scaffold.

susmitkar avatar susmitkar commented on June 2, 2024

exactly..export action plugin is not working for rails 3.0.0...and a lot of thanks for ur post...atlst the active_scaffold thng is running...@ vhochstein..

from active_scaffold.

vhochstein avatar vhochstein commented on June 2, 2024

Try out http://github.com/vhochstein/active_scaffold_export and see if that s working for you.

from active_scaffold.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.