There are no reviews yet. Be the first to send feedback to the community and the maintainers!
TankEngine ========== A Rails toolkit for creating applications optimized for Mobile Safari, iPhone, and the iPhone touch. Based on the iUI look and feel library. Contact ======= Contact the author at noelrappin at gmail.com Example ======= This plugin uses jQuery to manage it's JavaScript needs. The jRails plugin (http://ennerchi.com/projects/jrails) is recommended -- it converts Rails Prototype/Scriptaculous helpers to jQuery. After installing the plugin, perform rake tank_engine:install to copy the public assets (images, javascript, and CSS) to the public folder. Tank engine places an iPhone layout file in app/views/layouts/application.iphone.erb. Controller Usage ================ The module ActionController::IphoneController adds support for recognizing Mobile Safari as the :iphone pseudo-MIME type. In your controller (can be ApplicationController) add the line acts_as_iphone_controller By default, the following requests are redirected to the iphone format. * Requests with a user agent including "Mobile Safari". To change this default, pass the option :ignore_iphone_user_agent => true to acts_as_iphone_controller. * Requests which end in ".iphone". To change this default, pass the option :format => <YOURFORMAT> to acts_as_iphone_controller. * Requests to a subdomain "iphone". To change this default, pass the option :subdomain => <YOURFORMAT> to acts_as_iphone_controller. The option :test_mode => true will cause all requests to be treated as iPhone requests. To capture these requests, you can use :iphone as part of a respond_to block: respond_to do |format| format.html # show.html.erb format.xml { render :xml => @feature } format.iphone end The file extension for the view is .iphone.erb The module TankEngineHelper provides a number of helper methods for creating iPhone structures in your views. When this plugin is installed, form builders have a new helper "toggle" that creates an iPhone style toggle switch. Copyright (c) 2008 Noel Rappin, released under the MIT license
rails-iui
Rails wrapper for the iUI toolkit for building iPhone enabled web applicationsmstwjs_code
Code repository for Master Space and Time With JavaScriptsummer_breeze
"Summer breeze, makes me feel fine Blowing through the jasmine in my mind"... creates dynamic rails fixtures for Jasmine tests. In development.rails_conf_2021_hotwire
RailsConf 2021 sample code repositorywarning_signs
A gem for managing Ruby and Rails dependenciesrails_javascript_documention_drafts
date_by_example
A Ruby implementation of Go-style date-formatting by examplehuddle
A Demo Application for Rails Prescriptions, eventually a full-fledged support application for remote scrumsrubomop
Rubomop cleans up after your rubocop. It automatically deletes entries from your .rubcop_todo.ymlsnow_globe
Code Repo for Take My Moneyrails_conf_2022
Rails 7 Front End Tooling Workshop for Rails Conf 2022gemfile_sorter
A Ruby Gem that sorts Gemfiles. Mostlyrails_conf_north_by
Workshop for RailsConf 2019walk_through_coverage
A rake task that does a series of rcov coverage runs for each individual app filescottish_ruby_travel_app
Sample application for Scottish Ruby workshoptestbed
A simple helper for creating a lot of one line tests that do the same thingspec_sequence
The code relating to the beyond red, green, refactor talk: http://www.slideshare.net/noelrap/what-we-talk-about-when-we-talk-about-testing-orancient_city
Code for ancient city ruby workshopdeckset_editor
An attempt to build a simple editor for Deckset (https://www.decksetapp.com) using Electron and Elmfoot_travel
Sample app for Fancy OO Techniqueshtml_tag
An alternative syntax to Rails content_tag, inspired by the old Ruby CGI librarymadruby_muppet
pub_rx
My self-publishing system, in progresshungry_app
Love Open Source and this site? Check out how you can help us