List view
- VM - [ ] [ubuntu](https://github.com/MirrorDB/rails-mirror-db/issues/18) - ShellScript - mac - ubuntu - windows
No due date•0/3 issues closed- [x] [__Run__ ``` bundle install ```](https://github.com/MirrorReflection/rails_mirror_reflection/issues/6) - [x] [__Run__ ``` rails g gem_name:install ```](https://github.com/MirrorReflection/rails_mirror_reflection/issues/7) - [ ] [Retrieving tables & relations](https://github.com/MirrorReflection/rails_mirror_reflection/issues/8) * tables * name * pk * fk - [ ] [Create the scaffold list with the belongs](https://github.com/MirrorReflection/rails_mirror_reflection/issues/9) * ``` rails g scaffold TableName belongs_to:table_ref ``` * update the table, must of the DBs don't use the rais pluralize * update the references to be the specific fk as on the DBs, they don't use _id pattern - [ ] [Nested objs](https://github.com/MirrorReflection/rails_mirror_reflection/issues/10) - [ ] Routes being updated based on it nested - [ ] Forms updated to add it nested on the form_helper action - [ ] params merging to it hash the reference received from the route
No due date•2/6 issues closed- [x] [__Run__ ``` rails new_proj_name ```](https://github.com/MirrorReflection/rails_mirror_reflection/issues/3); - [ ] [__Run__ ``` rails g mirror_reflection:install```](https://github.com/MirrorReflection/rails_mirror_reflection/issues/4)
No due date•1/4 issues closed