-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebuild layout in Bootstrap #8
Comments
Hello Mateus, As I finished my project https://barteringapps.herokuapp.com/ Now I am starting the new project about Question and Answers. I checked out Discourse, but as It mostly involve working with Ember.js and not much with Ruby on Rails (all the Discourse functionalities are built on an Ember.js App and use Rails as Backend API), I am thinking of giving it a try in forking this project. Usually I try to save my time from developing the front end and I just use a bootstrap layout that I quickly customize to my need (something like this http://2code.info/demo/html/ask-me-html/single_question.html). Fixing the front end plus developing the backend with the functionalities I have in mind, may take to much time... So I am looking into it right now and I am hear to get some tips... For example I think it will be necessary using a text editor like the one included in this github conversation for editing the code in the questions.. |
Hello again Fabrizio, I'm also not into Ember.js much, more Aurelia. I leave frontend to developers who want to use this project on their sites. To handle ajax requests or manipulate DOM elements I used basic rails concepts like
executed after .js.erb templates is loaded by browser. It's not perfect but it works and don't mixing into fronend much. I noticed that rails core team like cofeescript a lot (probably because of syntax similar to ruby), but I'm not convinced to this preprocessor. Pure JS with some jQuery do the thing in this qa app. Glad you point out the text editor issue. I always stuck with some tinymcs or ckeditor (because of their features) but their API's are really hard to develop. I was never happy with that text-editors. What i found some time ago was https://github.com/basecamp/trix - Rails creators use it in their Basecamp project, so it should be easy to integrate with Rails :) |
Yes, you really have a good idea with Trix! Thanks a lot |
No description provided.
The text was updated successfully, but these errors were encountered: