top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What javascript framework would you use to build a multi-page Rails app?

0 votes
409 views

I am building a multi-page rails web app and am struggling with finding a good JavaScript framework to use. I could use jQuery for all the low-level DOM manipulations but would like to benefit from the structure of a good framework.

posted Jun 19, 2014 by Vijay Shukla

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button
Try ext.js! it's awesome

1 Answer

+1 vote

Angular frontend + Rails API works best.

answer Jun 21, 2014 by Daler
Similar Questions
0 votes

Our application has a bunch of help content(user guides) that is scattered and messy. Some is in PDFs, some is written directly in views, some is in table columns, etc.

I'm trying to find a good way to organize and manage it all from within the app, and wanted to ask the community what solutions are already out there.

My goal would be to accomplish the following:
* An easy way for editors to CRUD help content for each page of the app by browsing to that page and using and 'edit help' button.
* An easy way to organize all these pages into a cohesive and comprehensive help document for the entire site. So ideally the help content for each page would fit into a structure of chapters and sub-chapters, and the entire document could be printed as a guide.
* A way to manage tooltips (javascript popups) within this larger help context. So the help editor would also provide for some id reference that i can then pull for tooltip content for a certain widget.

0 votes

I have a variable created by some rails in my controller that looks like this:

@myvar= row["myvar"]

and I want to pass it into some javascript that is referenced from within my view:

view:

js (play_time):

I am trying to pass " into the js [obviously that is not the right syntax]. Can anyone help?

+1 vote

how to use single login page for users in four models when using Ruby on Rails

...