Displaying 20 results from an estimated 1000 matches similar to: "TextMate: syncPEOPLE on Rails Bundle Becomes Built-in Rails Bundle"
2006 Mar 09
11
syncPEOPLE on Rails TextMate Bundle 1.0 & Screencast
The 1.0 version of our bundle is now available for download, along
with a 10 minute demonstration of it in use. See http://
syncpeople.com/downloads.
== What is syncPEOPLE on Rails? ==
syncPEOPLE on Rails is a bundle of snippets, macros and commands for
TextMate that make Rails development on the Mac even easier.
Generate scaffolds, migrations, models and controllers from inside
the
2006 Feb 19
3
"syncPeople on Rails" Bundle 0.7 Released
This has been such a fun project. Couldn''t keep myself away:
http://blog.inquirylabs.com/2006/02/19/syncpeople-on-rails-07/
== Summary ==
Easily navigate between ActionMailer models, views, partials,
controllers, helpers, javascripts and stylesheets with a single key
(keypad ''enter'') in TextMate. This release also adds an Enhanced
TODO List (ctrl-shift-t) and
2006 Feb 19
0
syncPeople on Rails TextMate Bundle
The "Controller to View and Back Again" announcement was cool, but
wait till you see this:
http://blog.inquirylabs.com/2006/02/18/the-syncpeople-on-rails-bundle-
for-textmate/
Installation is *much* easier, and the features are even cooler. ;)
Duane Johnson
(canadaduane)
http://blog.inquirylabs.com/
2006 Mar 10
10
Textmate Rails Plugin Cheat Sheet
I''m a slow learner when it come to shortcuts and i got real tired
looking up Textmate''s Rails snippets & commands in the context menu.
So i fired up trusty OmniGraffle and quickly created a little Cheat
Sheet for all default snippets/macros/commands in Textmate''s current
Rails Bundle. Certainly helped me to remember these quickly. So, if
you''re
2006 Feb 27
0
TextMate: Rails Bundle 1.0 RC 4
Just trying to work out any bugs and other issues in this release
candidate series. Thanks to everyone who''s participated so far.
== Find out More
http://blog.inquirylabs.com/2006/02/27/rails-bundle-rc4-samis-
snippets-my-fixes/
http://blog.inquirylabs.com/category/textmate/
== Download
http://inquirylabs.com/downloads/syncPeople%20on%20Rails%201.0%20RC4.dmg
Duane Johnson
2006 Feb 19
0
TextMate Backtracer v.1.1
== Announcement ==
http://blog.inquirylabs.com/2006/02/18/textmate-backtracer-11/
== Changes ==
The textmate backtracer plugin, with the insight of Jonathan Weiss,
now detects whether or not the server is a Mac system. With this
additional check, it''s less likely that non-Mac users will be
troubled by the plugin.
== What is it? ==
Whenever a Rails exception occurs, it spits out a
2006 Apr 26
2
MASC = A New Way to Use Textmate Snippets
Just thought I''d announce this on the Rails list since I know several
of you use Textmate: there''s a new feature I''m calling "Multiple
Arbitrary Simultaneous Carets" or MASC for short, which is available
in my personal TM bundle. It''s been handy enough for me that I
thought others might enjoy it.
2006 Apr 01
3
Syncpeople Plugin Scope Never Active
I installed the Syncpeople textmate bundle (
http://syncpeople.com/downloads/syncpeople_on_rails_features ) and the
commands all work from the menu, but the short-cuts never work for any
of the snippets or commands ever work, because the scopes are not
being selected properly. If I change the scope to just "source.ruby"
it will work fine. But I cannot see why their scope selectors do not
2006 Feb 20
2
.08Fast .8Furious (syncPEOPLE TM Bundle update)
syncPEOPLE (of which myself and Duane Johnson make up a part) would
like to brag about the newest TM bundle, now with .DMG and patent
pending (or not) QuickDrag installer technology.
NEW FEATURE:
command-option-p (without selection): Inline Partial Edit Mode
When inside a view file that contains one or more ?render :partial?
statements, hit ?command-option-p? without any selection and your
2007 Oct 15
1
TextMate File Type Detection for RSpec & Rails
For those of you struggling with TextMate not properly detecting
rspec files, Allan Odgaard (the author of TextMate) has kindly
provided a tutorial on how to set up TextMate to associate all .rb
files with rails and all _spec.rb files with rspec.
http://macromates.com/blog/2007/file-type-detection-rspec-rails
His instructions work great and switching between rspec and rails
files has
2006 Jan 07
0
BundledResource plugin (0.7)
Hot on the heels of my previous announcement, there is now a
bundled_resource plugin that takes advantage of all of my previous
work at syncPEOPLE (http://syncpeople.com) in the area of resource
management during Rails development, plus some. Use the Dynarch
Calendar, the resizable/wordcount textarea tools, and the qForms
scripts without the pain. More resource bundles to come,
2006 Mar 20
9
jEdit Snippets for Ruby on Rails
-----------------------------------------------------
Announcing: jEdit Snippets for Ruby on Rails
-----------------------------------------------------
I thought I''d "give a little back to the community" and whip up some
SuperAbbrev files for ruby and rhtml that mimic all of the Textmate
Rails bundle snippets.
Note: This was totally inspired by Textmate and the syncPEOPLE
2006 Aug 06
2
TextMate + Rails
Hi,
Could anyone point to some TextMate resources ? I found a few bundles,
but they were all corrupted...
JEtienne
--
Posted via http://www.ruby-forum.com/.
2006 Feb 18
3
Controller to View and Back Again (TextMate shortcut)
One of the most inconvenient things about the Rails directory
structure is the relative distance between the controller and its
corresponding view files. While it?s organizationally sound, it?s
often a pain to go hunting for a view (especially in a complicated
application that has modules and modules within modules).
I discovered a fantastic little key-combo within TextMate the other
2006 Feb 11
9
Textmate Backtracer 1.0
Originally posted at http://blog.inquirylabs.com/2006/02/11/textmate-
backtracer-10/
== Announcing Version 1.0 ==
The backtracer has been around for a while now, and seems to have
done its job well enough to deserve a 1.0 mark.
== What Is It? ==
Whenever a Rails exception occurs, it spits out a backtrace full of
filenames and line numbers. I?ve often thought, ?Wouldn?t it be nice
if I
2006 Apr 16
2
Possible to implement Textmate key shortcuts in RadRails?
The Rails demo videos is a great showoff on how productive Textmate editor
is. The 15 minute build-a-blog example should be twice as long if there had
been no keyboard shortcuts in Textmate.
Unfortunately, I use windows and thus RadRails. Does anyone know how to
implement the same keyboard shortcut into RadRails?
Sebastian Friedrich made an overview of the keyboard shortcuts:
2006 Oct 07
6
Minor regexp oversight for setext headings
Noticed the patterns for setext style headings are:
^(.+)[ \t]*\n=+[ \t]*\n+
Should be:
^(.+?)[ \t]*\n=+[ \t]*\n+
2024 Oct 13
1
Embedding R in other applications as a scripting language
I am subscribing to r-core because I am spending more and more time reading
the R implementation itself, but in the meantime I would love to discuss
the topic of embedding R (or linking against it) with more experienced C
developers and people who've written C or C++ code for R packages.
I have reached the stage where to make progress with embedding R in the
target application, TIC-80 (see
2010 May 03
5
New parser-based Markdown implementation for Java
Markdowners,
just a short heads-up to a newly released Markdown implementation:
"pegdown" (http://github.com/sirthias/pegdown) implements a Java Markdown-to-HTML processor based on a PEG parser with the grammar being based on John MacFarlanes C implementation "peg-markdown".
pegdown uses "parboiled" (http://www.parboiled.org) for the actual parsing work and, as
2011 Oct 18
0
maybe there's something i don't understand
allan odgaard said:
> the specification seems fairly explicit:
i must be badly misunderstanding something here,
because it appears, to me at least, that mr. odgaard
wants you to "standardize" on gruber's specification?
that "specification" -- if you really want to call it that --
is so underpowered that such action would be laughable.
> I think there are