catmando on noreset
initial commit refactoring now (compare)
barriehadfield on edge
Hyperloop point to master for JS (compare)
barriehadfield on edge
Hyperloop 0.99.1 (compare)
catmando on edge
got tests passing again Gemfiles point to released gems (compare)
catmando on edge
closes #19 closes #20 Merge branch 'edge' of github.c… resolved gemspec merge conflict (compare)
barriehadfield on edge
Update README.md (compare)
barriehadfield on edge
Update README.md (compare)
johansmitsnl on edge
Move the libv8 to running depen… Remove webdriver Remove empty helper (compare)
johansmitsnl on edge
johansmitsnl on edge
Download and install the chrome… (compare)
johansmitsnl on edge
Remove the find for the webdriv… (compare)
johansmitsnl on edge
Include the database schema (compare)
johansmitsnl on edge
Use find to locate the webdriver Don't set the path directly (compare)
johansmitsnl on edge
Update the gemfile.lock (compare)
@catmando re Devise, what I have been wondering about is if there is a way to keep the Admin JS completely separate from the User JS app. In the past I have done:
Rails.application.routes.draw do
authenticate :member do
mount Hyperstack::Engine => '/hyperstack'
get '/(*other)', to: 'hyperstack#main_frame'
end
end
So, a not-logged in user does not even get to the Hyperstack API or the JS app (they stay in HTML pages with normal Rails routes). I have been thinking that depending on the user (admin/normal) they get a different main component which has its own client side routing - just thinking...
the possible problem with a static login page, is just user experience.
Same style sheet and bits of JS niceness will overcome that
Same style sheet and bits of JS niceness will overcome that