https://github.com/fengb/tilde
https://github.com/fengb/tilde
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fengb/tilde
- Owner: fengb
- License: mit
- Created: 2012-04-19T13:05:32.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-27T19:08:58.000Z (about 14 years ago)
- Last Synced: 2025-01-26T19:33:51.093Z (over 1 year ago)
- Language: Ruby
- Size: 287 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tilde ~ The FrankenREPL
=====
Spawns a script/console-like console from your browser, which can communicate with
the rails server as if it were in a controller action.
Demo
-----
Start rails and navigate to the root of the app to demo.
Known Issues
-----
* The magical underscore variable `_` doesn't work yet.
* the session and request objects for the console are not updated for the contents of future requests
Roadmap
-----
* session reloading support
* execution in other controller contexts (users_controller, etc)
* gemification