Re: [Rails] bootstrap not working in 6.0.2

2019-12-21 Thread fugee ohu


On Saturday, December 21, 2019 at 2:54:26 PM UTC-5, McNeal Maddox wrote:
>
> Not sure about 6.0.2 (I'm still on 5.2), but can you post the Bootstrap 
> configuration in your Webpacker.yml file? 
>
> It's not clear how you've set up Bootstrap for your project (sharing the 
> view code isn't as helpful).
>
> On Fri, Dec 20, 2019, 10:34 PM fugee ohu > 
> wrote:
>
>> I pasted in code from 
>> https://getbootstrap.com/docs/4.4/components/navbar/ but all my browser 
>> displays is "Navbar"
>>
>> 
>>   Navbar
>>   > data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" 
>> aria-expanded="false" aria-label="Toggle navigation">
>> 
>>   
>>
>>   
>> 
>>   
>> Home > class="sr-only">(current)
>>   
>>   
>> Link
>>   
>>   
>> > role="button" data-toggle="dropdown" aria-haspopup="true" 
>> aria-expanded="false">
>>   Dropdown
>> 
>> 
>>   Action
>>   Another action
>>   
>>   Something else here
>> 
>>   
>>   
>> > aria-disabled="true">Disabled
>>   
>> 
>> 
>>   > aria-label="Search">
>>   > type="submit">Search
>> 
>>   
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Ruby on Rails: Talk" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to rubyonra...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/rubyonrails-talk/15c0417c-0659-473a-a59f-766638b6ce06%40googlegroups.com
>>  
>> 
>> .
>>
>
I got it working and then deleted the post You replied after I deleted it I 
got it working by creating a new app Things broke after copying files over 
from my existing app that I'm trying to upgrade to rails 6 Basically, right 
now I'm dealing with the broader issues of how do I use javascript and css 
with webpacker I need to be more grounded in the broader sense for now but 
bootstrap works ha ha 

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/f531b1a2-893d-4a39-aa97-afa7f4132703%40googlegroups.com.


Re: [Rails] bootstrap not working in 6.0.2

2019-12-21 Thread McNeal Maddox
Not sure about 6.0.2 (I'm still on 5.2), but can you post the Bootstrap
configuration in your Webpacker.yml file?

It's not clear how you've set up Bootstrap for your project (sharing the
view code isn't as helpful).

On Fri, Dec 20, 2019, 10:34 PM fugee ohu  wrote:

> I pasted in code from https://getbootstrap.com/docs/4.4/components/navbar/
> but all my browser displays is "Navbar"
>
> 
>   Navbar
>data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" 
> aria-expanded="false" aria-label="Toggle navigation">
> 
>   
>
>   
> 
>   
> Home  class="sr-only">(current)
>   
>   
> Link
>   
>   
>  role="button" data-toggle="dropdown" aria-haspopup="true" 
> aria-expanded="false">
>   Dropdown
> 
> 
>   Action
>   Another action
>   
>   Something else here
> 
>   
>   
>  aria-disabled="true">Disabled
>   
> 
> 
>aria-label="Search">
>type="submit">Search
> 
>   
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to rubyonrails-talk+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/rubyonrails-talk/15c0417c-0659-473a-a59f-766638b6ce06%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAKPjS73ysHLZ6qxwQxxHV_TDrNQWQKK7FPTkSzohe0v86LDkEA%40mail.gmail.com.


[Rails] bootstrap not working in 6.0.2

2019-12-20 Thread fugee ohu
I pasted in code from https://getbootstrap.com/docs/4.4/components/navbar/ 
but all my browser displays is "Navbar"


  Navbar
  

  

  

  
Home (current)
  
  
Link
  
  

  Dropdown


  Action
  Another action
  
  Something else here

  
  
Disabled
  


  
  Search

  

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/15c0417c-0659-473a-a59f-766638b6ce06%40googlegroups.com.