search for: herokuapp

Displaying 13 results from an estimated 13 matches for "herokuapp".

2014 Nov 25
2
[LLVMdev] LNT server is down
I don’t have access to that server. I have been using a cloud LNT instance for the performance runs on the green-dragon cluster. So far it has provided 100% uptime! http://llvm-lnt.herokuapp.com <http://llvm-lnt.herokuapp.com/> > On Nov 24, 2014, at 3:24 PM, Tobias Grosser <tobias at grosser.es> wrote: > > On 24.11.2014 23:54, Galina Kistanova wrote: >> Hello everyone, >> >> It seems the LNT server is down returning error 500. >> >&g...
2014 Nov 24
2
[LLVMdev] LNT server is down
Hello everyone, It seems the LNT server is down returning error 500. Could somebody restart it, please? Who is in charge of it now? Thanks Galina -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141124/d32b6d6a/attachment.html>
2013 May 25
1
Mysterious Application Error on Heroku
...ed 2013-05-25T22:13:09.372294+00:00 heroku[run.4121]: State changed from up to complete 2013-05-25T22:13:09.357146+00:00 heroku[run.4121]: Process exited with status 1 2013-05-25T22:13:50.829887+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=devsampleapp.herokuapp.com fwd="93.172.16.63" dyno= connect= service= status=503 bytes= --------------------------------------------------------------- Also the console doesn''t run, i get the same error ------------------------------------------------------------- 2013-05-25T22:18:35.408174+00:00 her...
2014 Aug 12
3
[LLVMdev] [LNT] running LNT in 'the cloud'
...f that is possible. I am happy to report it is. In r210134 I made the necessary changes to allow LNT to run on the Heroku PaaS cloud. https://www.heroku.com The commit is all configuration changes to instruct the cloud on how to run the app. I have a live instance of LNT here: http://llvm-lnt.herokuapp.com/ <http://llvm-lnt.herokuapp.com/> Some of the reasons I think this is a good idea: - you don’t maintain the infrastructure, - this is a much higher reliability setup, - it is probably faster, - you can scale it indefinitely, - collaboration on the LNT installation is easy. The setu...
2012 Apr 11
1
multi model form
hi, can someone advice how can I create a form with fileds from different models. also how to get the different models (objects) saved. thank you dani -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2012 Oct 08
0
sport.db - A Free Open Sports Database & Schema (Football Fixtures & More)
...d a sample web admin tool[3] in Ruby on Rails. Events in the sport.db include - the Champions League 2012/13, - Euro 2012, - World Cup Quali and others. Add yours. Cheers. Gerald [1] https://github.com/geraldb/sportbook [2] https://github.com/geraldb/sport.db [3] http://sportdbdemo.herokuapp.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscrib...
2013 Sep 04
0
Rapidfire 1.2.0 - Dynamic surveys in your rails app
hi, A new version of rapidfire gem (v1.2.0) is released Rapidfire gem makes adding dynamic surveys very easy in your rails application. source: https://github.com/code-mancers/rapidfire docs: http://rdoc.info/gems/rapidfire/frames demo: https://rapidfire.herokuapp.com Changes (v1.2.0) * Rails 4 is now supported * A new api is exposed to fetch survey results. It also exposes results in JSON format so that end user can use javascript libraries to render charts. {An example can be seen in demo app, which integrates chart.js} -- You receive...
2013 Sep 16
0
Sportbook - Open Source Football Betting Pool Ready for Champions League 2013/14 in Rails
...come to add your own fixtures. More tournament example include - Deutsche Bundesliga 2013/14, - English Premier League 2013/14, - Spanish La Liga 2013/14, - Italian Serie A 2013/14 - and others [2]. More info at the Sportbook project site [3]. Enjoy. Cheers. [1] http://sportbook.herokuapp.com/db/cl.2013_14 [2] https://github.com/openfootball [3] https://github.com/openbookie/sportbook -- 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...
2013 Nov 10
0
What's New in Rails? New List (Wiki Page on GitHub) for Finding Rails News
...nrails.com) - Rails Casts (railscasts.com) - Reddit for Rails (reddit.com/r/rails) More -> github.com/feedreader/pluto.samples/wiki/rails How do you find out what''s new in Rails? Any sites, links, projects, etc. missing? Just wondering. Cheers. [1] http://plutolive.herokuapp.com [2] https://github.com/feedreader/pluto.live - Planet Ruby source -- 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+unsubscribe...
2013 May 25
0
R in the browser ...
...nothing is running server-side, this is all running in the browser's JS engine. The user experience is rather lacking at the minute, much is missing (see below), and there are no compiler optimisations applied (also below) but still, it kind of works. Have a play here: http://r-in-the-browser.herokuapp.com/ (WARNING: 20MB HTML file, 3.5MB gzipped + 7MB data file). It goes without saying that you'll want to use a modern web browser to look at it! It works in the latest chrome, firefox, and safari (although I can't see the session output until after I q() in my safari :-() It also seems t...
2013 Jul 19
12
Rails 4 "belongs_to: record" association doesn't work
Hi, I discovered a weird behavior when using a "belongs_to: record" association in Rails 4. Given two models A and B: class A < ActiveRecord::Base belongs_to :record, class_name: ''B'', foreign_key: ''b_id'' end class B < ActiveRecord::Base end When creating A, it inserts a record in B and returns A with id of nil: irb(main):001:0>
2014 Apr 23
0
Something went wrong
http://secret-brushlands-1375.herokuapp.com/users/sign_up Not sure why all of a sudden I am getting this error message when I try to save a new user - Here is the log file: C:\rails_projects\store4>heroku logs 2014-04-23T21:35:54.918695+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ivesupport-4.1.0/lib/active_support/callback...
2013 Nov 28
74
Remove :js responder
https://github.com/rails/rails/issues/12374#issuecomment-29446761 Here in discussion I proposed to deprecate JS responder because this technique is insecure and not pragmatic way to transfer data. It can be exploited in this way http://homakov.blogspot.com/2013/05/do-not-use-rjs-like-techniques.html i find this bug very often so i know what i''m talking about. With it attacker can