Displaying 20 results from an estimated 800 matches similar to: "Protecting the source code."
2006 Apr 13
8
Controller paths
Hi there.
Suppose I create some controllers like
ruby script/generate controller Admin::product add remove
ruby script/generate controller Admin::user add remove
ruby script/generate controller Login login logout
the directory structure will be
app/controllers/admin/product_controller.rb
app/controllers/admin/user_controller.rb
app/controllers/login_controller.rb
Now suppose I need some links
2006 Apr 10
3
Upload an image
Hello there. :-)
I have this view:
<%= form_tag({:action => ''create''}, :multipart => true) %>
<table>
<tr>
<td>User</td><td><%= text_field("user","name") %></td>
</tr>
<tr>
<td>Image</td><td><%=
2006 Jun 01
2
Union all
Hi there.
I have two models (and two tables, of course), let''s call them Room and
Reserved, with similar fields but with the last one with some extra
info, and need to get data from both using a "union all". Let''s think on
a hotel where I need to "glue" data to take a snapshot from the
occupation like:
Room (number,date,ocupied_by)
2009 Oct 03
1
NTLM
Hey there!
Can you guys tell me about what's the status of docs of NTLM/NTLMv2
provided by Microsoft?
Let me explain why I need that: we had here a discussion on a local
college about "free x proprietary software", and the Microsoft guy
(always them, right?) told us about a case where he claimed that
Firefox sent one user username and password through the network
without
2006 Aug 03
30
How to protect your code? Obfuscater?
I just made a rails application that I plan to sell and dsitribute. I
want to distribute it without having to worry about someone stealing the
code and selling their own version. How do I do this? Is there a ruby
obfuscator or anything that can keep someone from seeing the code?
Thanks for your help.
--
Posted via http://www.ruby-forum.com/.
2009 Sep 25
1
help about Zend Optimizer and nfs
Hi
pls help
1/ I run application but it said "Attention: Zend Optimizer not
Installed"
but I type php -v
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
Why?
2/ ls nfs working except tcp?
I don't know how to debug
Thank you
__________________________________________________________________
Yahoo! Canada Toolbar: Search from anywhere on the web, and
2014 Apr 08
1
[CentALT] php-redis depedency error.
Hi, All.
When I try to install php-redis, there are obvious 4 package hit the depedency.
One have already INSTALLED as follow.
I've GOOGLED, NOTHING help.
How can I get over this? Please Help, Thank you!
-- Sunshare
-- 2014-04-08
------------------------------------------------------------------------------------------------
[sunshare at sunshare ~]$ sudo yum install php-redis
[sudo]
2006 Aug 11
1
Encoding
Hello,
i seach a plugin like Zend Encoder for rails.
Do u know one ?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060811/26d4a546/attachment.html
2006 May 02
2
Autotest doesn''t work on WinXP?
When I try to run autotest (zenspider) (which looks VERY cool), I get this
error:
(run from within a Rails app directory)
C:\ruby_home\analysis>autotest -rails
# Testing updated files
+ c:/ruby/bin/ruby -Ilib:test -e ''["test/unit/user_test.rb",
"test/unit/role_test.rb"].each { |f| load f }'' | unit_diff -u
''c:'' is not recognized
2005 Oct 05
2
Seattle Railers gathering for a beer
This is a general invite to any/all Railers in the Seattle area who want to
get together for beer/food. Nothing formal, just a "get to know ya"
gathering.
Details:
Thursday, Oct 13 (next week), 7pm
Bellevue Red Robin - *http://tinyurl.com/d678c*
--
~~~~~~~~~~~~~~~~~~~
D''Andrew "Dave" Thompson
http://dathompson.blogspot.com
2008 Jan 31
4
RSpec-1.1.3
RSpec-1.1.3 has been released.
If you''re using RSpec and autotest, you''ll have to upgrade to
RSpec-1.1.3 and ZenTest-3.9.0 at the same time.
== Version 1.1.3
Maintenance release.
* Tightened up exceptions list in autotest/rails_spec. Closes #264.
* Applied patch from Ryan Davis for ZenTest-3.9.0 compatibility
* Applied patch from Kero to add step_upcoming to story listeners.
2006 Aug 11
9
I have boosted my productivity !
Just a positive experience I would like to share with you : testing is
great on paper but very tedious to apply because nobody wants to run
manually the tests by hand.
Last week I have discovered zentest, an automated test process command
line utility. That was at the beginning (hopefully) of a new project.
Believe it or not, I have started to code most parts of the application
without using
2016 Aug 25
3
Centos 7 and php 5.5
I am hoping that the wisdom of the group here can at least point me in
the right direction.
I have a Centos7 server that I need to upgrade php from 5.4 to 5.5. I've
tried several tutorials to add the remi repository and enable php55, but
I always end up at the same result:
Error: Package: php-5.5.38-1.el6.remi.x86_64 (remi-php55)
Requires: httpd-mmn = 20051115
2006 Mar 21
5
Encrypting source / application licensing
Hey folks-
If I wanted to distribute my code to users that would run the code on
their own machine, how could I go about encrypting the source to run on
a user''s machine?
PHP has the Zend Encoder among others, I believe. Is there anything
similar for Ruby?
Jake
--
Posted via http://www.ruby-forum.com/.
2012 Jul 18
3
pecl install json on CentOS 5.8
Hi
Any clue about the below issue?
/usr/bin/pecl install json
WARNING: channel "pear.php.net" has updated its protocols, use
"channel-update pear.php.net" to update
downloading json-1.2.1.tgz ...
Starting to download json-1.2.1.tgz (17,780 bytes)
......done: 17,780 bytes
11 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module
2003 Sep 17
3
OpenSSH 3.7.1 compatibility problems on Linux
I have build OpenSSH 3.7.1p1 on Linux from src.rpm available for download
on the site, and after installation I have discovered that this version of
openssh has many compatibility problems with old and third-party clients
that previous versions did not have.
For example:
PuTTY (very popular free Windows client) cannot authenticate user when
using protocol version 1. Works with protocol
2009 Dec 17
3
PHP-5.3 in Centos 5.4
Hi,
I'm looking for a repository of PHP-5.3 compatible with the requirements
of Zend http://framework.zend.com/manual/en/requirements.html
requirements.extensions, repos are being upgraded, that repo is exist or
any way is a compilation of php from source?
For at ll
2008 Jan 04
6
Ajax.Request: onFailure vs. onException
Hello All,
I''m trying to capture the exception message that my server application
is providing in response to my Ajax.Request. However, I''m confused as
to when onFailure is fired vs. onException. The onException handler has
access to the javascript exception object and I''d understood that it was
only called when the dispatch fails. Not sure what exactly that means
2006 Feb 03
1
Encoding/Compiling Ruby Code?
Hey Everyone,
Does anyone know of a way to compile/encode/obfuscate a Rails app?
Similar to the Zend Encoder? You know, some way to distribute your
application without distributing the source code...
-Josh
-----------
Due to the recent increase in spam and falsely sent email, I now PGP
Sign all of my outgoing mail to prove my identity. This means that
you will see an attachment called
2023 May 26
2
IUS not pulling latest PHP packages
Hi,
I am running CentOS Linux release 7.9.2009 (Core) and have enabled both
epel and ius repository
- ius-release-2-1.el7.ius.noarch
- epel-release-7-14.noarch
IUS not pulling the latest PHP packages. I have ran yum clean metadata
and yum clean all commands but no luck.
The latest version is *7.4.33*
# php -v
PHP 7.4.30 (cli) (built: Jun 10 2022 16:22:42) ( NTS )
Copyright (c) The PHP