README.md in mix-rails-0.23.0 vs README.md in mix-rails-0.23.1
- old
+ new
@@ -8,20 +8,20 @@
## Usage
Create a new rails project.
- $ rails new myproject -T --skip-bundle --dummy-path=spec/dummy
+ $ rails new myproject -T --skip-bundle
Add this line to your application's Gemfile:
gem 'mix-rails'
And then execute:
$ cd myproject
- $ bundle
+ $ bundle install
In your config/application.rb add require 'mix-rails/all'.
```ruby
@@ -46,10 +46,13 @@
You can use Backbone, CoffeeScript, HAML,
# Auth
Mix-Rails uses [Devise](https://github.com/plataformatec/devise) for auth, you can see more docs at:
+# ACL
+Rolify + Authority
+
Create a default user.
$ bundle exec rake create_user[yourname@example.com,mypassword]
If you are using admix enter /admix and you will see the login page.
@@ -64,11 +67,9 @@
You can change default path for admix setting Admix::namespace_path
```ruby
Admix::namespace_path = "myadminpath"
# You will access http://localhost:3000/myadminpath and see Admix running!!
```
-
-TODO: Add some docs for admix
[![Admix](http://img233.imageshack.us/img233/6731/screenshotfrom201301221.png)]
# Plugins (Extensions)
\ No newline at end of file