Skip to content
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

Bootstrap 2.1.0 released! #182

Closed
nickelser opened this issue Aug 21, 2012 · 65 comments
Closed

Bootstrap 2.1.0 released! #182

nickelser opened this issue Aug 21, 2012 · 65 comments

Comments

@nickelser
Copy link

I know you are probably hard at work converting the latest version (or someone is ;-), but just wanted to give a heads up (and an issue to slam shut when finished).

tom edit: Can I ask that you stop +1ing this issue thread now, it's not going to get it released any quicker. I have a few hours tonight to look at it, and I will release 2.0.4.1 before with the fixes currently inbranch for those not looking to upgrade. If you want an email notification on release you can subscribe to the issues thread at the bottom of the page. Cheers!

@caiotarifa
Copy link

+1

The new version is fantastic!
I'll try to help as possible!

@AshesOfOwls
Copy link

Can't wait!

@thomas-mcdonald
Copy link
Member

Yeah, I'll take a look at it later.

@asnoba
Copy link

asnoba commented Aug 21, 2012

+1

9 similar comments
@atipugin
Copy link

+1

@pex
Copy link

pex commented Aug 21, 2012

+1

@kaluznyo
Copy link

+1

@pethin
Copy link

pethin commented Aug 21, 2012

+1

@camoedo
Copy link

camoedo commented Aug 21, 2012

+1

@Tolchi
Copy link

Tolchi commented Aug 21, 2012

+1

@bigjason
Copy link

👍

@swobspace
Copy link

+1

@potatosalad
Copy link

+1

@efoxepstein
Copy link

+2

@Jachobsen
Copy link

+1

1 similar comment
@discoliam
Copy link

+1

@superchink
Copy link

@thomas-mcdonald is there any documentation of the process you've been following to convert to sass? It might help get some assistance in maintaining and working through updating when official releases are announced.

@jonchay
Copy link

jonchay commented Aug 21, 2012

+1

1 similar comment
@alexandrecolas
Copy link

+1

@gtd
Copy link

gtd commented Aug 21, 2012

Guys, did you not see Tom's edit on the original issue? Please stop spamming him with +s, he's on it.

@badp
Copy link

badp commented Aug 21, 2012

-17

there I fixed it

@ryanlindsey
Copy link

@superchink I was thinking the same thing. I've worked through a few areas myself but mixins in particular can get a bit tricky.

@aaronbrethorst
Copy link

I won't +1 this, but I'd love it if you could put a GitTip (or whatever) on this project so I can pay you. You've saved me a ridiculous amount of time over the past few months with your hard work. The least I can do is (virtually) buy you a beer or six.

thx,
aaron

(edit: apparently gittip doesn't allow me to give you a one-off donation, which I think is dumb.)

@sixty4bit
Copy link

I second @aaronbrethorst request. I would like to make a donation as well. Thanks for the excellent work.

@bramswenson
Copy link

I third @aaronbrethorst bootstrap-sass is a great time saver!

@zegal74
Copy link

zegal74 commented Aug 23, 2012

+1

@dszczyt
Copy link

dszczyt commented Aug 23, 2012

I hav started the work on https://github.com/dszczyt/bootstrap-sass . Still doesn't work, I'm trying to solve the issues...

EDIT : work done, sass compiles, tests pass, waiting for seeing it in action...

@RelativeMedia
Copy link

@dszczyt how can i use your fork in my current project? I alraedy have bootstrap-sass gem installed, i attempted to modify my gemfile

gem "bootstrap-sass", :git => 'git://github.com/dszczyt/bootstrap-sass.git'

and then run

~> gem uninstall bootstrap-sass && bundle install

but its still referencing 2.0.4.0

@dszczyt
Copy link

dszczyt commented Aug 24, 2012

I didn't change the version number in the gemspec file. Fixed.
I ran the command :

find ~/.rvm -iname bootstrap-sass-2.0\* -exec r m -r {} \; 

(be careful before running this command, remove the space between the r and the m after checking !)
Ran bundle update again...
And.... surprise ! it works !!!

@corny
Copy link
Contributor

corny commented Aug 24, 2012

@pdf ok, I agree with you.

@dszczyt
Copy link

dszczyt commented Aug 24, 2012

@rvrm do you have the issue again ?

@sclara
Copy link

sclara commented Aug 24, 2012

@dszczyt I have the same issue. Mixin gridInput is missing argument $gutterWidth.

@dszczyt
Copy link

dszczyt commented Aug 24, 2012

Are you using the responsive version ? There were mistakes in it. It should work now.

@m47730
Copy link

m47730 commented Aug 24, 2012

Guys, i think is a bit unpleasant talking about dszczyt fork here.
If you want support for his version (that i'm going to use, and i thanks him for his work) i think is more appropriate to go to his github fork page.

@dszczyt
Copy link

dszczyt commented Aug 24, 2012

And if @thomas-mcdonald wants to merge my branch, I'm ok with that :) I just reused most of his work...
And thanks to @keysen who helped me to do it faster.

@hadees
Copy link

hadees commented Aug 24, 2012

@dszczyt why not issue a pull request then? I doubt he is reading this comment thread. Otherwise if you end up keeping up with the fork I'd suggest renaming the gem. However I wouldn't see why @thomas-mcdonald wouldn't be willing to merge in your changes.

@sgrif
Copy link

sgrif commented Aug 28, 2012

Can we get an update on where this is at?

@designium
Copy link

+1

@thomas-mcdonald
Copy link
Member

I've been at Leeds Festival this weekend, and something came up the other night which meant I couldn't get the time to work on an update.

I see there has been a pull request with the update but it breaks with Sass 3.1. I'm going to go through it now, fix it & push it onto a branch for testing.

@RelativeMedia
Copy link

+1 @thomas-mcdonald you rock.

@neersighted
Copy link

👍 Amazing work! I'm using anjlab/bootstrap-rails right now, but plan to switch back as soon as this is finished!

@Linuus
Copy link
Contributor

Linuus commented Aug 31, 2012

I really look forward to the new 2.1 stuff :) Can't wait! Please let us know if there is anything we can help you with @thomas-mcdonald

@thomas-mcdonald
Copy link
Member

gem 'bootstrap-sass', git: 'git://github.com/thomas-mcdonald/bootstrap-sass', branch: '2.1-wip'

A combination of the changes in #185 and some bits redone (grid generation), as well as (what should be, travis is down) fixes for Sass 3.1.

Give it a whirl and create a new issue if you find problems, although I've replaced the compiled output with the documentation CSS and everything looked fine, so there hopefully shouldn't be too many. I'll push a gem release in a couple of days if there's no more issues to report.

@neersighted
Copy link

@thomas-mcdonald YOU ARE MY HERO! Thank you!

@cice
Copy link

cice commented Sep 2, 2012

awesome.

@ffloyd
Copy link

ffloyd commented Sep 2, 2012

@thomas-mcdonald thanks! You made my day!

@hamo
Copy link

hamo commented Sep 2, 2012

@thomas-mcdonald THANK YOU VERY MUCH! You do a GREAT job my hero!

@kderbalah
Copy link

+1 ,,, Thank You @thomas-mcdonald

@neersighted
Copy link

👍

@thomas-mcdonald
Copy link
Member

Pushed the gem yo.

@john
Copy link

john commented Sep 6, 2012

Thank you!

@aaronbrethorst
Copy link

Woohoo! Thanks!

On Sep 6, 2012, at 8:36 AM, Thomas McDonald notifications@github.com wrote:

Pushed the gem yo.


Reply to this email directly or view it on GitHub.

@keilmillerjr
Copy link

Thank you!

@dbrock
Copy link

dbrock commented Sep 6, 2012

Yay!! :D

Now I 1) will get to try Bootstrap 2.1.0, and 2) won't get these
notifications any more!

Thanks for the work guys.

@neersighted
Copy link

You sir, are a gentleman and a scholar.

@rooshdi
Copy link

rooshdi commented Sep 6, 2012

Thank You! You are awesome!

On Sep 6, 2012 10:36 AM, "Thomas McDonald" notifications@github.com wrote:

Pushed the gem yo.


Reply to this email directly or view it on GitHub.

[image]

@darthdeus
Copy link

And now we just need to bump to 2.1.1 :)

@mikeg250
Copy link

mikeg250 commented Sep 8, 2012

Github needs a DONATE button! Thank you Thomas!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests