search for: sbecker

Displaying 17 results from an estimated 17 matches for "sbecker".

Did you mean: becker
2006 Mar 20
9
jEdit Snippets for Ruby on Rails
...a key sequence followed by [CTRL-Enter]. For example, mct[CTRL-Enter] will activate the Migration Create Table snippet. The SuperAbbrevs plugin makes this possible. ----------------------------------------------------- Download ----------------------------------------------------- http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails Thanks! -- Scott Becker Web Developer Electro Interactive www.ElectroInteractive.com Blog: http://synthesis.sbecker.net
2006 Jun 03
9
MergeJS - Easily merge, compress, cache, and version your javascript!
After reading Cal Henderson''s article on Vitamin Serving Javascript Fast<http://synthesis.sbecker.net/articles/2006/06/03/www.thinkvitamin.com/features/webapps/serving-javascript-fast>I was immediately inspired to create a plugin to easily facilitate this in Ruby on Rails. I whipped up most of it right then, and finally got around to polishing it for release today. Told myself I wasn'...
2006 Jun 19
0
AssetPackager released! Compress, merge, cache and version your JavaScripts and CSS Stylesheets
...dual packages * use of more meaningful subversion revision numbers (if available) (thanks Chris Van Pelt!) * namespaced rake tasks * no more revision numbers in the yaml file * lotsa refactoring * unit tests * more intuitive names for everything! Main Page: http://synthesis.sbecker.net/pages/asset_packager Blog Entry: http://synthesis.sbecker.net/articles/2006/06/19/assetpackager-released The rest of the info: == AssetPackager Easily merge, compress, cache, and version your javascript and CSS with Ruby on Rails! == Description: When running in production, instead of send...
2011 Feb 23
1
gluster WITHOUT nfs
Hi together, is it possible to use gluster WITHOUT nfs? First I thought it is possible by using "gluster native client/protocol". I do not want any open ports on public interfaces and as far as I understand it is not possible to bind nfs to internal interfaces. I am trying to pin every daemon (glusterd, glusterfsd, glusterfs) to internal interfaces (security). Hopefully this can be done
2006 Mar 29
4
Dreamhosters beware: 1.1 migration ruckus
This will probably demolish your Typo-based weblog and cause some other glitches. Read the comments and some workarounds here: http://blog.dreamhost.com/2006/03/28/new-rails/ -- ---------------------------------------------------- http://sobrerailes.com
2006 May 10
2
accessing uploaded file on filesystem question.
Hi, I''m able to upload files onto my webserver filesystem but I had a question regarding how I''d go about accessing them using the <img src="..." > tag. If my files, i.e pictures, are being uploaded to public/images/<dir>/filename.jpg, then should I store the entire path, or just the picture name in my database table? I would imagine storing just the
2006 Apr 21
1
log file handling
I don''t see anything on wiki.rubyonrails.org or in rubyforge that handles logs but I am looking to perhaps tarball/compress each day''s log and save it/rotate it which I may be able to get done from logrotate on the Linux system but I would have thought that there would be a ruby way. I only see ''rake log:clear'' in rake --tasks. Anyone have suggestions? Thanks
2006 Mar 24
0
ISPConfig with Rails?
...xperience configuring a server running the ISPConfig control panel to work with Rails? I''m about to embark on this... I''d appreciate any feedback or advice from anyone who has already done it! Thanks, Scott Becker Electro Interactive www.ElectroInteractive.com Blog: synthesis.sbecker.net -- Posted via http://www.ruby-forum.com/.
2006 Jan 19
1
Relationships, relationships, relationships!
If I had my very own sweaty, wind-up Ballmer (http://www.ntk.net/ballmer/mirrors.html warning: mind-scarring video), that is what he would be saying: "Relationships, relationships, relationships!!" My unscientific polling of the traffic in #rubyonrails and here is that, second to deployment issues, this is the bigges FAQ for Rails: how to do relationship x in ActiveRecord. There seems
2007 Jun 07
1
Search results
Hi, I am new to Ruby, I am a Java expert. I don''t know how to handle the results of a search... I have read a lot, but nobody seems to give examples of that. Do I get an ArrayList from a Table? Do I get fields? How can I identify them? Do I have to parse them to a Class like: Person user = Person(personlist.get(i));? Please, help me... -- Posted via http://www.ruby-forum.com/.
2006 Apr 28
4
Call for patterns...
Hi group, I was wondering if anyone more experienced could help me to find a good pattern for two things: 1. How to group controllers. Example: We have an admin panel with: user_managment_controller.rb priv_managment_controller.rb widget_controller.rb User panel with: mystuff_controller.rb mytags_controller.rb profile_controller.rb And frontend with: widget_controller.rb etc... How do I group
2006 Aug 03
9
Rails Cheatsheets!!!
Hey if you know any rails cheatsheet link add it inot the follwing list, lets make a long list on Rails cheatsheet.... ;) 1) 2) 3) 4) . . . -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060103/a6eea2ac/attachment-0001.html
2006 Jul 23
3
help jedit
Hi, i was hoping (maliciously enough) if someone has also bumped into this problem. apologies in advance; this isn''t a rails/ruby question, but as i am a newbie developing in RoR and switching to Linux correspondingly, i was referenced to use Jedit as the prefferable editor for rails/ruby. but i have been having some trouble installing it - - i was wondering if anyone had bumped
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
2007 Oct 05
9
Rearchitect the new :cache feature of javascript_include_tag, similar to ToolbawksPacker
...tags and stylesheet_link_tag on any converged view (combines all partials and such) and builds a list of js and css files respectively and uses that to form a cache. In additon, it also minifies the JS using JSMin and uses a basic minification technique initiated by AssetPackager ( http://synthesis.sbecker.net/pages/asset_packager) and takes it to the next level. Any chance we could see this as an enhanced technique to increase the core functionality of this :cache feature? Right now it''s on a single javascript_include_tag and from what I have read, and it doesn''t combine all indiv...
2006 Jun 03
12
How to get dynamically created inputs from html form back to rails app
Thank you in advance. Although I have many years of experience in general, including cross- platform processing, I am not an HTML/Javascript programmer. As a result, I do not have certain specific baseline skills and/or knowledge that are presumed in the Rails and Ajax documentation. I am experienced with DOM manipulations, so the bare mechanics of manipulating the browser GUI via Javascript
2006 May 17
40
IDE recommendations?
I was wondering if there are any IDEs out there that has autocomplete features for win32. It would be perfect if it could do something akin to what DHH is doing on the screencast hosted on the rails website. http://media.rubyonrails.org/video/rails_take2_with_sound.mov Cheers -- Posted via http://www.ruby-forum.com/.