


I'm sure git is behaving as intended, but I have no idea what it's doing or why. I can use the same git commands three times in a row, and two of the branches I create will be "clean" (not include extra commits when I push them) and the third one will have multiple commits in it. The commits being put into multiple PRs aren't necessarily the most recent ones I've been working on. This is a constant problem I can't figure out why any particular commit ends up in any particular PR. Is there a way to use two themes at once, one for one aspect, and the other for other aspect?Īnd the resulting PR had 3 commits in it: the newest one, and two random ones from a week ago. Var str = 'background should be: ' + theme1 + ' text should be: ' + theme2 + ' apply' ĭocument.getElementById("choose").innerHTML = str

# match ':controller(/:action(/:id))(.Const setTheme = theme => = theme # Note: This route will make all actions in every controller accessible via GET requests. # This is a legacy wild controller route that's not recommended for RESTful applications. # See how all your routes lay out with "rake routes"

# just remember to delete public/index.html. # You can have the root of your site routed with "root" # (app/controllers/admin/products_controller.rb) # Directs /admin/products/* to Admin::ProductsController # Sample resource route within a namespace: # Sample resource route with more complex sub-resources # Sample resource route with sub-resources: # Sample resource route (maps HTTP verbs to controller actions automatically): # This route can be invoked with purchase_url(:id => product.id) # match 'products/:id/purchase' => 'catalog#purchase', :as => :purchase # Keep in mind you can assign values other than :controller and :action # The priority is based upon order of creation:
RAILS FIND BY UNDEFINED METHOD MAP HOW TO
The problem is I don't know how to fix this, I am just a rookie. If you have any ideas on how this happened or how to fix it please help me out. I don't understand why this is happening and can't narrow down any files for example. Trace of template inclusion: app/views/statuses/ I was following your guides on devise when this error popped on statuses#new. I do not understand this coding error and hope you can help me out.
