README.md in mix-rails-0.12.2 vs README.md in mix-rails-0.15.0

- old
+ new

@@ -48,7 +48,33 @@ 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request +# Assets +You can use Backbone, CoffeeScript, HAML, + +# Auth +Mix-Rails uses [Devise](https://github.com/plataformatec/devise) for auth, you can see more docs at: + +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. +You can also login with page /users/sign_in + # Admix + +Admix is a administrative area for any system. + +## URL + +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)]