• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nepalez / rom-cassandra / 35 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 08 Aug 2015 08:48AM UTC
Files 10
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Aug 2015 08:47AM UTC coverage: 95.625%. Remained the same
2.1

push

travis-ci

nepalez
[FEATURE] Add modifiers to the `Delete` command

The command's dataset can be modified locally using commands
`#where`, `#using` and `#columns`:

    class DeleteColumns < ROM::Commands::Delete[:cassandra]
      relation :tasks
      register_as :delete_columns

      def execute(*cols)
        super columns(cols).using(consistency: :quorum)
      end
    end

    delete_columns = rom.command(:delete_columns)
    delete_columns.by_id(1).call(:text) # deletes 'text' column of the row with id = 1

== Changed

* ROM::Cassandra::Commands::Delete
* ROM::Cassandra::Dataset#delete (restricted by :using, :where and :columns options)

153 of 160 relevant lines covered (95.63%)

8.54 hits per line

Source Files on job 35.3 (2.1)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 35
  • Travis Job 35.3
  • 25c0af8a on github
  • Prev Job for 2.1 on master (#34.3)
  • Next Job for 2.1 on master (#36.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc