rails-bootstrap icon indicating copy to clipboard operation
rails-bootstrap copied to clipboard

Rails 5.1 starter app with the Bootstrap 4 front-end framework.

Results 9 rails-bootstrap issues
Sort by recently updated
recently updated
newest added

Attempted to build the 'rails-bootstrap' example application with Rails Composer (built using rails_apps_composer 3.1.30) with Ruby 2.5.0 and Rails 5.2.0.rc1. Got the error: ``` init recipe stage three insert config/secrets.yml...

When I started the Rails server I saw the following message: _DEPRECATION WARNING: The factory_girl gem is deprecated. Please upgrade to factory_bot. See https://github.com/thoughtbot/factory_bot/blob/v4.9.0/UPGRADE_FROM_FACTORY_GIRL.md for further instructions. (called from at...

I've ran this generator a number of times with various options, and it doesn't seem to generate any views. I've left one of the repositories on my page - the...

Hi, The version of capistrano specified is near 3. When you build a new app, you get this error on deploy: bundle exec cap production deploy /Users/sjohnson/.rvm/gems/ruby-2.3.1@appdata_home_page/gems/capistrano-3.0.1/lib/capistrano/i18n.rb:4: warning: key :starting...

when I try to view the page after completing the Survey Form exercise, I'm getting an error . . . undefined method undefined method `type_cast_from_database' for "string":String Extracted source (around...

When generating a new app with this template, I got many problems with JavaScript and styling because of these precompiled assets. It took me a while to find out that...

You can see a list of [Bootstrap variables](http://getbootstrap.com/customize/#less-variables). For example, it shows `@navbar-inverse-bg` as a LESS variable. The rails-bootstrap example app has a navigation partial that uses the `navbar-inverse` class...

PROBLEM: When the modal window is initially displayed, the user is asked to select a favorite and enter a comment. If the user enters nothing in and clicks the Choose...

Thanks for this project, I love how easy it was to deploy. One of my concerns with bootstrap-saas is how inflexible it is. Yes, we can override styles in the...