1. 2

    Uhhh….event and networking tags might not be what you think they are.

    1. 1

      oh, sorry!

      edit: removed… :facepalm:

      1. 1

        wow, so dumb of me, removing them.

    1. 1

      Glad to see this isn’t dead and in fact pushed forward. There are clear advantages to still use a lot of Rails middlewares for APIs instead of, say, Sinatra.

      1. 1

        Thanks!

      1. 1

        Out of curiosity, why would you want to use that? Don’t you know on what implementation your code is running already?

        1. 1

          Thanks for the quick list of new features!

          1. 1

            Anyone knows if it will be available on confreaks?

            I guess there will be at least a few talks on there (http://confreaks.com/events/aloharuby2012) but wonder if this one will be…

            1. 1

              If some of them are, then it’s almost 100% for sure all of them will be.

              James gave a similar talk at RailsConf, you should look it up.

              1. 1

                Have it in my watch later list, should watch it in the next couple of days. Thanks :)

            1. 3

              just wait for the huge flood of issues related to js globals sticking around between page loads, js memory leak issues which don’t manifest until you take reloads out of the equation. Not saying pjax is not a good idea, but it isn’t magic fairy dust you sprinkle and things get faster. There are a certain class of issues that you didn’t need to be aware of before which you now do.

              1. 1

                there are already a bunch of people trying and fixing this, there were a bunch of issues, PR and mostly fixes just today.

                Certainly not production ready, true, but for pet projects, why not? :)

              1. 1

                This is one more thing that makes me eager to play with Rails 4! Matter of days now before I try it…

                1. 2

                  You can try this gem today. Don’t need to wait for Rails 4.

                  1. 1

                    Anyone knows if there will be a beta build before the end of the year by any chance? Not that I need one to start playing around with it, just curious.

                    1. 2

                      We really want to have it out by the end of the year, yes. We’re actually pretty close, there’s just a few things blocking release now. All the major parts are in place.

                      1. 1
                        Awesome!

                        Will sure try this soon and get my hands dirty!