Giter Site home page Giter Site logo

spud-rails / spud_core_admin Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 3.0 7.47 MB

Universal Administrative Panel for all Spud related modules

Home Page: http://www.redwindsw.com

License: Other

Ruby 67.07% CoffeeScript 6.21% JavaScript 10.26% CSS 16.46%

spud_core_admin's People

Contributors

davydotcom avatar ddeyoung avatar speavey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

spud_core_admin's Issues

Working with sunspot:solr

Hi,

I think you made a great gem for image manipulation.

I did have one problem with it. When used in combination with sunspot_solr it messes up the indexing. Core of the problem is monkeypatching over searchable method.

It took me a couple of hours to find this:

module Spud::Searchable
extend ActiveSupport::Concern
included do
extend ClassMethods
end
module ClassMethods
def searchable
# puts "Place Holder For #{self.name}"
end
end
end

After a rename sunspot_solr started working properly

module Spud::Searchable
extend ActiveSupport::Concern
included do
extend ClassMethods
end
module ClassMethods
def spud_searchable
# puts "Place Holder For #{self.name}"
end
end
end

Do you think this could be changed not to interfere with sunspot?

Best Regards,

Kreso

Use combustion for specs?

I came across an issue in the Refinery repo where they moved to a gem called combustion (https://rubygems.org/gems/combustion) to remove the dependency of needing a full app to test engines. It could be work a look to see if it could work without being a bear to maintain the tests.

jquery-rails update breaks spud admin

Latest jquery-rails update uses jQuery 1.9. This has removed, previously deprecated support for .live() , We are in the process of removing all references to .live, for the time being please use jquery-rails 2.1.4

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.