issues
search
venelrene
/
Assignments
Few Assignments I have completed while learning Ruby on Rails
0
stars
0
forks
source link
Assignment 42
#47
Closed
brianburridge
closed
9 years ago
brianburridge
commented
10 years ago
Assignment 42
Create a seed file for your app in assignment #41 that will create at least 100 entries, including random images
Add pagination to the index page to handle the now large dataset
Ensure this app is using bootstrap to make the tables look nicer
Use bootstrap classes on your form to make it look nicer
Use bootstrap theme to style your pagination
Use at least one validation on a model for this app
Set a default order but allow the user to reorder by clicking on headers
Using bootstrap, add glyphs by Show, Edit, Destroy on the index page
Read about the Active Record Query Interface
Modify this app to use a scope to limit the fields coming back on your index
Deploy to Heroku (paste the url in this issue)
venelrene
commented
9 years ago
https://secure-shelf-3964.herokuapp.com/employees/search
Assignment 42