File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,19 @@ Active Admin is a Ruby on Rails framework for creating elegant backends for webs
1616
1717We're [ currently working on 1.0.0] ( https://github.com/activeadmin/activeadmin/issues?milestone=18 ) ,
1818which as far as dependencies, moves us from meta_search to Ransack and adds Rails 4 support.
19- You can get Rails 4.x support by tracking master:
2019
20+ You can get it by tracking master:
2121``` ruby
2222gem ' activeadmin' , github: ' activeadmin'
2323```
2424
25+ Or you can using rubygems:
26+ ``` ruby
27+ gem ' activeadmin' , ' ~> 1.0.0.pre1'
28+ ```
29+
30+ * Keep in mind that during the time where we use ` pre ` -release label, things can break in each release!*
31+
2532### 0.6.x
2633
2734The plan is to follow [ semantic versioning] ( http://semver.org/ ) as of 1.0.0. The 0.6.x line will
Original file line number Diff line number Diff line change 11module ActiveAdmin
2- VERSION = '1.0.0.pre '
2+ VERSION = '1.0.0.pre1 '
33end
You can’t perform that action at this time.
0 commit comments