ruby-on-rails-plugins
A Rails 3 Engine-Gem which is Also an Application wants to share a DRY configuration via Mixin
I have a number of engines which are also gems and also applications (Rails3).They are gems so they can be easily installed and the dependencies managed via bundler in more than one application (its a[详细]
2023-03-04 19:23 分类:问答How to install AuthLogic plugin for rails 2.3.5?
I am following a Ruby on Rails tutorial in a book that uses Acts As Authenticated, but this seems to no longer be supported. I was searching and came across a SO post which recommends a couple of diff[详细]
2023-03-04 04:48 分类:问答unable to combine sort order with searching in will_paginate
Searching works well but sorting is not working. Please help? @accounts1 = Account.search(params[:search])[详细]
2023-03-03 15:05 分类:问答Order Solr/sunspot search results by geo location
I\'d like to be able to order my search results by score and location. Each user in the DB has lat/lot and I am currently indexing:[详细]
2023-03-02 04:33 分类:问答Error generating test routes for Rails 3 plugin?
I\'m trying to develop tests for plugin \"foobar\" that modifies some of the standard Rails helpers. In vendor/plugins/foobar/test/foobar_test.rb, I have the following:[详细]
2023-03-01 13:01 分类:问答"uninitialized constant ActionView::CompiledTemplates::GMap" error when using ym4r_gm plugin
So I am somewhat new to Rails 3, and I am trying to integrate Google Maps with my Rails application. I installed ym4r_gm from git://github.com/rorcraft.ym4r_gm.git, and I followed the tutorial on htt[详细]
2023-03-01 00:29 分类:问答How to detect browser type and its version
how can i detect browser type and its version in Rails. I want to put check on the version of specific browser and if its not required browser version than ask user to upgrade it.. i use below specifi[详细]
2023-02-28 13:44 分类:问答Is 'ar-extensions' ruby gem work on PostgreSql-8.4?
I want information about th开发者_JAVA百科e ar-extensions gem work on postgresql-8.4.If it works means please give some related informationIt should work (as in the API should be fine), but it doesn\'[详细]
2023-02-28 13:43 分类:问答Rails Globalize3 column sizes
How do you specify the column size of the columns in the translation tables? From the README开发者_StackOverflow社区:[详细]
2023-02-27 09:35 分类:问答wicked_pdf does not include styles
I used <%= wicked_pdf_stylesheet_link_tag \"pdf\" %> it shows the following output in the html[详细]
2023-02-25 05:47 分类:问答