rails-engines
Problem creating Rails 3 Engine
I\'m working on creating my first Rails 3 engine and I\'m currently getting the following error message[详细]
2023-01-16 19:50 分类:问答Ruby on Rails 3 - Reload lib directory for each request
I\'m creating a new engine for a rails 3 application. As you can guess, this engine is in the lib directory of my application.[详细]
2023-01-08 03:14 分类:问答Plugin update strategies
I\'m developing a plugin which is used in several applications. This plugin is a rails engine with own controllers, models and routes. The controllers, views and models are being generated via simple[详细]
2023-01-04 03:10 分类:问答Rails engines extending functionality
I have an engine which defines some models and controllers. I want to be able to extend functionality of some models/controllers in my application (eg. adding methods) without loosing the original mod[详细]
2023-01-01 20:51 分类:问答Override a Rails Engine controller action
i\'m using a Rails engine, but i need to customize some controllers actions. I actually forked the engine, and implementing those customizations into my own fork, but i was wondering if there is an o[详细]
2023-01-01 01:59 分类:问答sql exception handling
CREATE OR REPLACE PROCEDURE p_createLocalt开发者_StackOverflow中文版able IS table_already_exist EXCEPTION;[详细]
2022-12-25 08:12 分类:问答Routes problem with namespaces in a Rails Engine based plugin
I\'m trying to create a dynamic interface. Where my model classes exist and my controllers are dynamically created when launching the application.[详细]
2022-12-22 13:43 分类:问答Adding sample data to database using rake for a rails engine
I am trying out Rails engines by creating a classifieds engine whe开发者_StackOverflowre users can view/post/reply to classifieds.[详细]
2022-12-09 19:32 分类:问答