ruby-on-rails-plugins
Using jQuery plugins in Rails 3
Having finished Hartl\'s great Rails Tutorial I\'m now working my way through the very good jQuery - Novice to Ninja by Castledine and Sharkie.While I\'ve able to include jquery.js and jquery-ui.js in[详细]
2023-02-18 01:11 分类:问答How to customize Typus Admin for Rails to use a a special form?
I\'m using the Typus Admin UI for a Ruby on Rails project and it\'s great. I was wondering if there\'s a way to customize it to do the followi开发者_JAVA技巧ng:[详细]
2023-02-17 00:36 分类:问答Ruby FFI - trapping C calls to exit()
I have a Rails 开发者_运维技巧application with a FFI binding to a custom RPC system.Unfortunately, the C code calls exit() when it is unable to connect to the RPC server, terminating the entire Rails[详细]
2023-02-16 14:26 分类:问答rails 2 to rails 3 [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-02-16 09:24 分类:问答Rails 3 Sunspot solr search within bounds
I have a question to ask regarding the new Sunspot/solr feature: restriction with near I have (via the google geocoding API) the viewport and the bounds which are 开发者_StackOverflow中文版latitude/lo[详细]
2023-02-15 11:16 分类:问答Ruby on Rails 2 with Heroku: how do I install plugins?
I did: heroku plugins:inst开发者_运维技巧all git://github.com/galetahub/rails-ckeditor.git And got[详细]
2023-02-15 04:49 分类:问答Ruby on rails Best IDE for Windows
I am working over linux in our office for development over Ruby on Rails but in home i have Windows XP installed. It has different IDE insta开发者_运维问答lled for .NET and PHP development. So i don\'[详细]
2023-02-12 16:23 分类:问答How to get the list of all engines in Rails 3 app
According to Rails engines extending functionality in Rails 2.x one could do Rails::Initializer.new(Rails.configuration).plugin开发者_开发知识库_loader.engines[详细]
2023-02-12 14:38 分类:问答Any good Rails example/framework for sorting, filtering, pagination with Ajax
Is there any open source (or example) code for Ruby on Rails which can filter, sort, and paginate a certain model?Also, it would be great if the results could come back via Ajax.A good example of what[详细]
2023-02-11 04:58 分类:问答Rails plugin with a different version of rails
I have a rails 3 app, and I want to use a plugin th开发者_运维百科at requires rails_generator, which is no longer available in rails 3. Can I have the plugin run with Rails 2, and my app run with Rail[详细]
2023-02-09 02:39 分类:问答