Git Product home page Git Product logo

basic-curriculum's People

Contributors

adamniedzielski avatar dependabot[bot] avatar eljojo avatar ferbsx avatar jmentz avatar moonglum avatar nanoparsec avatar nerdbabe avatar plexus avatar polarblau avatar pragtob avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

basic-curriculum's Issues

Update to bootstrap 3

Right now we always included bootstrap straight from railsgirls, they changed it to bootstrap 3 so if we keep it we might need to adapt. I'd be pro on using it from local, but that might be some extra headaches.

Either way, using the new version 3 would be nice!

Remove dot from code example

In the Array section:

... So the last one would be planets.[3]

Should be

... So the last one would be planets[3]

without the dot

Get Jan's changes in!

Jan did quite some work on his fork. As the tutorial is currently down from the website I think it'd be nice to get it back up so working on getting his changes (conversion to markdown etc.) merged in here. Or maybe make it a new repo since it's more of a replacement than a merge.

Not much time now (need it for my course though so will do some work on it) - but after my thesis and before eurucamp I'll hopefully be able to help with this. :)

Cheers,
Tobi

Use stylesheet_link_tag instead of link

For including the rails girls css file, why not use stylesheet_link_tag as well, rather than literal HTML?
default generated output is HTML5 now, so should be for consistency

Order of tutorial steps

I was wondering if it would make sense to configure the route in step 3 and not in step 5. If you do so, you can see a result immediately and don't have to wait until the end of the tutorial.

What do you think?

Step 6 needs updating for gmaps4rails 2.0.0

It seems that the new version of gmaps4rails is a complete rewrite. Step 6 will probably need to be rewritten to reflect that, as it is not working right now. We ran into the problem in todays hackday.

Everything after (and including) rails generate gmaps4rails:install isn't working.

Fix picture_url

In the attendee tutorial url <%= image_tag(@attendee.picture_url, :width => 600) if @attendee.picture.present? %> should be changed to <%= image_tag(@attendee.picture, :width => 600) if @attendee.picture.present? %>

Automate HTML generation and publishing

The HTML that is in the repo seems to not be hand-written, and editing it is not very pleasant.

An easy solution would be to convert everything to Markdown from which we can generate the HTML. But I'd like to also talk here about how these files are published.

I'm guessing from the file names that someone copy pastes them to Wordpress? Is this something we can automate?

Having it automated will ensure that updates quickly make it to the website.

Update Basic Curriculum to Rails 4 - Moved from Google Group

I quickly went through the tutorial

https://github.com/plexus/railsgirls_rails4

The only problem I had was that somehow the map has zero height, so
it's invisible. Setting #map { height: 500px; } solved that.

  • removing index.html is no longer necessary, just setting a root
    route is enough (Done)
  • for including the rails girls css file, why not use
    stylesheet_link_tag as well, rather than literal HTML?
  • default generated output is HTML5 now, so
    should be
    for consistency
    => See #5

Hi all,

so attr_accessible was replaced by strong parameters, which basically is the same thing. Just in the controller and more flexible. Takes some time getting used to.

Some code listings probably need to get changed. I believe now the default scaffold also generates a before_action (formerly known as before_filter) to get the resource for show, edit and destroy.

There could be problems with turbo links, those sometimes break the JavaScript (depending on events etc.) - we would have to check if they break the google maps thingy.

Also gem compatibility but carrierwave should work with rails 4.

Otherwise I think we're good (of the top of my head) but not certain,

Change the default branch to gh-pages

The master branch is outdated as far as I can tell. the gh-pages branch seems to be the new hotness. E.g. it'd be good to make it the default branch for everyone to see (and not miss that like I did). E.g. default branch is the branch shown when you visit this repository on github.

Everyone alright with that?

Gmaps4Rails does not work

As Tobi already mentioned the google map does not appear in the browser.
Developer console:

Uncaught ReferenceError: Gmaps is not defined 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.