README.md in active_leonardo-0.5.1 vs README.md in active_leonardo-0.5.2

- old
+ new

@@ -23,19 +23,15 @@ or rails new ActiveLeo -m https://db.tt/gPe6A0l9 -or +or click [here](https://db.tt/gPe6A0l9) to download the template. - click [here](https://dl.dropboxusercontent.com/u/52600966/active_template.rb) to download the template. +You can also get it from the gem root folder -or - You can also get it from the gem root folder - - ## Usage Once you install the gem, the generators will be available to all Rails applications on your system. To run the generator, go to your rails project directory and type: @@ -65,10 +61,15 @@ 2. You will get an application ready to work, run: + rake db:migrate + rake db:seed + + then + rails s and try it on http://localhost:3000 If you get this message: @@ -77,11 +78,11 @@ be sure user model have **:registerable** devise's module otherwise add it into user model or you have to remove registerable code from app\views\application\_session.html.erb - You can login as three different profiles loaded with a previous db:seed: + You can login as three different profiles as set in db\seeds.rb: 1. admin@activeleo.com, password: abcd1234 [this profile can do everything] 2. manager@activeleo.com, password: abcd1234 [can read, create, update and destroy] @@ -221,22 +222,10 @@ ``` Do **NOT** exec rake tests from bundle to avoid its bubble. -## Tutorial - -On my [Blog](http://mastrodonato.it/) you can find some other info. - - -## Found a bug? - -Please open an issue on github or ask -* m.mastrodonato@gmail.com -* marcovlonghitano@gmail.com - - ## Rails 3.2.x It works @@ -248,7 +237,27 @@ ## Rails 2 and Rails 3.0.x This Generators does not work with versions earlier 3.1 +## Tutorial +Visit my [Blog](http://en-marcomastrodonato.blogspot.it/2012/08/create-management-app-with-activeadmin-rails.html/) + +## Found a bug? + +Please open an issue. + + +## Contributing + +1. Fork it +2. Create your feature branch (`git checkout -b my-feature`) +3. Commit your changes (`git commit -am 'I made extensive use of all my creativity'`) +4. Push to the branch (`git push origin my-feature`) +5. Create new Pull Request + +## License + +The GNU Lesser General Public License, version 3.0 (LGPL-3.0) +See LICENSE file \ No newline at end of file