You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This gem adds selectors and helpers for working with recurring schedules in a Rails app. It uses [ice_cube](https://github.com/seejohnrun/ice_cube) recurring scheduling gem.
6
6
7
7
Created by the [Jobber](http://getjobber.com) team for Jobber, the leading business management tool for field service companies.
8
8
9
-
Check out the [live demo](http://recurring-select-demo.herokuapp.com/) (code in [spec/dummy](https://github.com/GetJobber/recurring_select/tree/master/spec/dummy) folder)
9
+
Check out the [live demo](http://recurring-select-demo.herokuapp.com/) (code in [spec/dummy](https://github.com/GetJobber/recurring_select/tree/master/spec/dummy) folder).
10
10
11
11
12
12
## Usage
@@ -148,9 +148,6 @@ Start the dummy server for clicking around the interface:
148
148
rails s
149
149
```
150
150
151
-
Use [Guard](https://github.com/guard/guard) and RSpec for all tests. I'd
152
-
love to get Jasmine running also, but haven't had time yet.
153
-
154
151
Tests can be ran against different versions of Rails like so:
155
152
156
153
```
@@ -162,4 +159,4 @@ Feel free to open issues or send pull requests.
0 commit comments