<%= render 'carousel' %>

Welcome to Chaltron! aka Muffaster reloaded

<%= render 'panel', title: 'Bootstrap v3', link: 'http://getbootstrap.com', icon: 'check', body: 'Bootstrap rocks! And there are lots of good template ready to ' \ 'use, and free. Just as this one ;-)' %> <%= render 'panel', title: 'Free & Open Source'.html_safe, icon: 'github', link_text: 'Fork me on GitHub', body: "It's all free and open and much is still to do. " \ 'So pull request are very welcome' %> <%= render 'panel', title: 'Easy to use', icon: 'compass', body: "It's so easy to build up and running web applications in a" \ 'few seconds. Try by yourself', link_text: 'Have a look' %>

Chaltron provides:

  • <%= icon('check-square', '', class: 'fa-li') %> Compatibility with <%= link_to 'Bootstrap v3', 'http://getbootstrap.com' %> and <%= link_to 'Font Awesome v4', 'http://fortawesome.github.io/Font-Awesome/' %>
  • <%= icon('check-square', '', class: 'fa-li') %> Authentication (local and LDAP users) and authorization with <%= link_to 'devise', 'https://github.com/plataformatec/devise/' %>
  • <%= icon('check-square', '', class: 'fa-li') %> Easy <%= link_to 'amCharts', 'http://www.amcharts.com/' %> integration

In short all you need is here. Don't waste time with RAD. Try LSAD!

Try <%= link_to 'Chaltron', 'https://github.com/vicvega/chaltron' %>, taste Light Speed Application Development!

<%= image_tag('700x300.gif', class: 'img-responsive img-thumbnail') %>
<% faqs = [] faqs << { question: "It seems there is lack of documentation, isn't it? " \ 'What am I supposed to do?', answer: 'You are supposed to write it on your own, I mean come ' \ "here " \ ' and contribute' } faqs << { question: "But can't you do that...?", answer: 'No!' } faqs << { question: 'This thing is fucking awesome! How can I repay?', answer: 'A couple of beers is always fine for me! ' \ "" \ "" } %>
<%= render partial: 'faq', collection: faqs %>