Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #19 from lsylvester/readme-client-example-update | Abdelkader Boudih | 2015-07-10 | 1 | -1/+8 |
|\ | | | | | Update readme instructions for js | ||||
| * | Update readme to include requiring the cable js file and rename the example ↵ | Lachlan Sylvester | 2015-07-10 | 1 | -1/+8 |
|/ | | | | file for creating App.cable not conflict with the action cable js libs | ||||
* | Merge pull request #18 from mull/patch-1 | David Heinemeier Hansson | 2015-07-09 | 1 | -1/+0 |
|\ | | | | | README.md code block fix | ||||
| * | Update README.md | Emil Ahlbäck | 2015-07-09 | 1 | -1/+0 |
|/ | | | Fix double ` ```ruby ` within the same code block. | ||||
* | Merge pull request #12 from lsylvester/application-channel-not-defined | David Heinemeier Hansson | 2015-07-09 | 2 | -10/+22 |
|\ | | | | | update README to include creating the ApplicationCabel::Channel | ||||
| * | update README to include creating the ApplicationCabel::Channel | Lachlan Sylvester | 2015-07-09 | 2 | -10/+22 |
| | | |||||
* | | Merge pull request #11 from lsylvester/use-websocket-protocol | Abdelkader Boudih | 2015-07-09 | 3 | -6/+6 |
|\ \ | |/ |/| | update documentation to use websocket protocol | ||||
| * | update documentation to use websocket protocol | Lachlan Sylvester | 2015-07-09 | 3 | -6/+6 |
|/ | |||||
* | Merge pull request #10 from packagethief/doc-syntax | Rafael Mendonça França | 2015-07-09 | 2 | -4/+4 |
|\ | | | | | Fix CoffeeScript syntax in code examples | ||||
| * | Fix CoffeeScript syntax in code examples | Jeffrey Hardy | 2015-07-08 | 2 | -4/+4 |
| | | |||||
* | | Merge pull request #9 from packagethief/freshen-gemfile-lock | Rafael Mendonça França | 2015-07-09 | 1 | -3/+4 |
|\ \ | | | | | | | Freshen Gemfile.lock | ||||
| * | | Freshen Gemfile.lock | Jeffrey Hardy | 2015-07-08 | 1 | -3/+4 |
| |/ | | | | | | | | | | | | | | | Generated from a fresh `bundle install` * Add websocket-driver * Update activesupport * Rename `actioncable` -> `action_cable` | ||||
* | | Merge pull request #8 from packagethief/singleton-server | Rafael Mendonça França | 2015-07-09 | 1 | -1/+1 |
|\ \ | | | | | | | ActionCable.server should always return the same instance | ||||
| * | | ActionCable.server should always return the same instance | Jeffrey Hardy | 2015-07-08 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #7 from lsylvester/update-reame-sample-code-syntax-error | Rafael Mendonça França | 2015-07-09 | 1 | -1/+1 |
|\ \ | |/ |/| | Up[date README sample code so there is no syntax error | ||||
| * | Up[date README sample code so there is no syntax error | Lachlan Sylvester | 2015-07-09 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #6 from connorshea/patch-1 | Rafael Mendonça França | 2015-07-08 | 1 | -1/+1 |
|\ \ | | | | | | | Fix typo in README.md | ||||
| * | | Fix typo | Connor Shea | 2015-07-08 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #5 from lsylvester/update-readme-for-getting-started | Rafael Mendonça França | 2015-07-08 | 1 | -6/+6 |
|\ \ \ | |/ / |/| | | Update README | ||||
| * | | Update README - fix puma command and requiring environment from cabel/config.ru | Lachlan Sylvester | 2015-07-09 | 1 | -6/+6 |
| |/ | |||||
* | | Merge pull request #4 from lsylvester/connection-base-doc-typo | Rafael Mendonça França | 2015-07-08 | 1 | -1/+1 |
|\| | | | | | Fix typo in connection base documentation | ||||
| * | Fix typo in connection base documentation | Lachlan Sylvester | 2015-07-09 | 1 | -1/+1 |
|/ | |||||
* | Lock websocket-driver version to 0.5.4 until we can figure out what broke in ↵ | David Heinemeier Hansson | 2015-07-08 | 1 | -5/+6 |
| | | | | 0.6.0 | ||||
* | Explain the configuration of the framework | David Heinemeier Hansson | 2015-07-08 | 1 | -0/+68 |
| | |||||
* | Add a process logging file that the config.ru file can require to configure ↵ | David Heinemeier Hansson | 2015-07-08 | 1 | -0/+6 |
| | | | | EM and Celluloid logging | ||||
* | Include the clearing of database connections configuration by default | David Heinemeier Hansson | 2015-07-08 | 2 | -0/+24 |
| | |||||
* | Revert to perform_action language – we're already using process for the ↵ | David Heinemeier Hansson | 2015-07-08 | 2 | -4/+4 |
| | | | | connection | ||||
* | Mention the concern about long-lived and stale data | David Heinemeier Hansson | 2015-07-08 | 1 | -1/+4 |
| | |||||
* | Merge pull request #3 from basecamp/readme-update | David Heinemeier Hansson | 2015-07-08 | 2 | -14/+36 |
|\ | | | | | Some quick documentation edits and add a LICENSE to the repo | ||||
| * | Some quick documentation edits and add a LICENSE to the repo | Nick Quaranto | 2015-07-08 | 2 | -14/+36 |
|/ | |||||
* | You can be a subscriber multiple times. | David Heinemeier Hansson | 2015-07-08 | 1 | -2/+2 |
| | |||||
* | Follow the Rails name convention of single word framework names | David Heinemeier Hansson | 2015-07-08 | 2 | -1/+3 |
| | |||||
* | Remove bit about release as it hasn't happened yet | David Heinemeier Hansson | 2015-07-08 | 1 | -12/+1 |
| | |||||
* | Update README.md | David Heinemeier Hansson | 2015-07-08 | 1 | -86/+97 |
| | |||||
* | Note Ruby dependencies | David Heinemeier Hansson | 2015-07-08 | 1 | -0/+1 |
| | |||||
* | Cleanup gemspec | David Heinemeier Hansson | 2015-07-08 | 1 | -12/+14 |
| | |||||
* | This is will be a Ruby on Rails framework shortly | David Heinemeier Hansson | 2015-07-08 | 1 | -1/+1 |
| | |||||
* | Note lack of tests | David Heinemeier Hansson | 2015-07-08 | 1 | -0/+4 |
| | |||||
* | Update for latest API | David Heinemeier Hansson | 2015-07-08 | 1 | -1/+1 |
| | |||||
* | Flush out the README overview of Action Cable | David Heinemeier Hansson | 2015-07-08 | 2 | -3/+238 |
| | |||||
* | Document the JavaScript classes | David Heinemeier Hansson | 2015-07-08 | 4 | -0/+58 |
| | |||||
* | Move the subscription factory method from the consumer to the subscriptions ↵ | David Heinemeier Hansson | 2015-07-08 | 3 | -9/+10 |
| | | | | collection | ||||
* | Rename SubscriptionManager/Subscriber -> Subscriptions | David Heinemeier Hansson | 2015-07-08 | 6 | -51/+63 |
| | | | | This matches the server-side setup and is more consistent. | ||||
* | Tests are busted at the moment. Note that. | David Heinemeier Hansson | 2015-07-07 | 2 | -49/+49 |
| | |||||
* | Finished class documentation | David Heinemeier Hansson | 2015-07-07 | 6 | -4/+43 |
| | |||||
* | Make the RemoteConnection private under RemoteConnections and document the setup | David Heinemeier Hansson | 2015-07-07 | 3 | -34/+50 |
| | | | | You’d never instantiate it on its own. | ||||
* | Complete all the standard severity levels | David Heinemeier Hansson | 2015-07-07 | 1 | -8/+6 |
| | |||||
* | Documentation | David Heinemeier Hansson | 2015-07-07 | 3 | -0/+5 |
| | |||||
* | More clear method name for what's actually happening | David Heinemeier Hansson | 2015-07-07 | 2 | -2/+2 |
| | |||||
* | Make the entire internal channel private | David Heinemeier Hansson | 2015-07-07 | 1 | -16/+16 |
| |