Skip to content

issues Search Results · repo:datamapper/dm-is-remixable language:Ruby

Filter by

13 results
 (68 ms)

13 results

indatamapper/dm-is-remixable (press backspace or delete to remove)

I m receiving strange error when I have Float property in module. module Comment include DataMapper::Resource is :remixable property :id, Serial property :vote, Floar end class Post include ...
  • carlosacp
  • 1
  • Opened 
    on Nov 27, 2012
  • #15

I ve just started working with trying to create different repositories, and I haven t been able to get remixed models to inherit the repository, or change the repository from :default Using this: https://gist.github.com/1278627 ...
  • 1xch
  • 2
  • Opened 
    on Oct 11, 2011
  • #14

Upgrading a new application to 3.1/1.2.0.rc1 This only appears when using dm-is-remixable is installed rake db:automigrate --trace rake aborted! uninitialized constant Extlib::Inflection /home/qx/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in ...
  • 1xch
  • 1
  • Opened 
    on Sep 19, 2011
  • #13

dm-is-remixable does not allow belong_to relations (and I guess, but haven t tested, neither has-1/n relations). Is that by design? Workaround is to use enhance at the places where you remix the remixable, ...
associations
  • solnic
  • 4
  • Opened 
    on May 17, 2011
  • #12

Given the following class Person include DataMapper::Resource property :id, Serial property :name, String remix n, :addresses end module Address include DataMapper::Resource is :remixable ...
  • activestylus
  • 1
  • Opened 
    on Mar 2, 2011
  • #11

Here s a simple testcase: require rubygems require dm-core # See issue 8 for why I m doing this require extlib/inflection module ActiveSupport Inflector = ::Extlib::Inflection end require ...
  • lupine
  • Opened 
    on Dec 17, 2010
  • #9

If activesupport isn t present, dm-is-remixable fails with: dm-is-remixable-1.0.2/lib/dm-is-remixable/is/remixable.rb:71:in is_remixable : uninitialized constant ActiveSupport::Inflector (NameError) from ...
  • lupine
  • Opened 
    on Dec 17, 2010
  • #8

There is probably a better way of handling the lack of String#underscore when using extlib.
  • postmodern
  • Opened 
    on Nov 18, 2010
  • #7

dm-is-remixable still uses the old RDoc style documentation.
  • postmodern
  • Opened 
    on Nov 18, 2010
  • #6

After doing a simple dm-is-remixable example, I noticed that no class-methods were added to the model for the new relationship. Instance methods were added for the relationship.
  • postmodern
  • Opened 
    on Nov 18, 2010
  • #5
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub