This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-rw-r--r-- 1 pietia staff 49275 Feb 8 23:14 backbone.js | |
-rw-r--r-- 1 pietia staff 15723 Feb 2 09:37 flowplayer.js | |
-rw-r--r-- 1 pietia staff 50000 Feb 2 16:06 fullcalendar.min.js | |
-rwxr-xr-x 1 pietia staff 1076 Feb 2 09:37 fusion.popup.js | |
-rw-r--r-- 1 pietia staff 648 Feb 2 09:37 fusion.toggle_input.js | |
-rwxr-xr-x 1 pietia staff 143532 Feb 2 16:06 jquery-ui.custom.min.js | |
-rw-r--r-- 1 pietia staff 234995 Feb 7 13:53 jquery.js | |
-rw-r--r-- 1 pietia staff 16520 Feb 15 14:59 jquery.tablesorter.min.js | |
-rw-r--r-- 1 pietia staff 17956 Feb 2 09:37 jquery.tools.js | |
-rw-r--r-- 1 pietia staff 1014 Feb 8 15:43 jquery.ui.datepicker-fi.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building my-app 1.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] >>> exec-maven-plugin:1.2.1:java (default-cli) @ my-app >>> | |
[INFO] | |
[INFO] <<< exec-maven-plugin:1.2.1:java (default-cli) @ my-app <<< | |
[INFO] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grok = Grok.new | |
grok.add_patterns_from_file("src/main/resources/grok/patterns/base") | |
pattern = "%{TIMESTAMP_ISO8601}" | |
grok.compile(pattern) | |
puts "Input: #{msg}" | |
puts "Pattern: #{pattern}" | |
puts "Full: #{grok.expanded_pattern}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] 1) | |
[INFO] NativeException in 'Many to One Associations when foreign key is part of a composite key, with an integer and a boolean making up the composite key with default adapter before(:all)' | |
[INFO] org.hibernate.MappingException: Unknown entity: rubyobj.OneModel | |
[INFO] org/hibernate/impl/SessionFactoryImpl.java:628:in `getEntityPersister' | |
[INFO] org/hibernate/impl/SessionImpl.java:1366:in `getEntityPersister' | |
[INFO] org/hibernate/engine/ForeignKeys.java:203:in `isTransient' | |
[INFO] org/hibernate/event/def/AbstractSaveEventListener.java:535:in `getEntityState' | |
[INFO] org/hibernate/event/def/DefaultPersistEventListener.java:93:in `onPersist' | |
[INFO] org/hibernate/event/def/DefaultPersistEventListener.java:61:in `onPersist' | |
[INFO] org/hibernate/impl/SessionImpl.java:646:in `firePersist' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{:type=>:integer, | |
:pretty_name=>"Id", | |
:serial?=>true, | |
:length=>nil, | |
:nullable?=>false, | |
:name=>:id}, | |
{:type=>:string, | |
:pretty_name=>"Email", | |
:serial?=>false, | |
:length=>255, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blaszak-2:jibernate pietia$ rmvn clean | |
maven commandline: clean | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building dm-hibernate-adapter 0.1 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ dm-hibernate-adapter --- | |
[INFO] Deleting /Users/pietia/Documents/projects/opensource/jibernate/target |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blaszak-2:jibernate pietia$ git status | |
# On branch master | |
# Changed but not updated: | |
# (use "git add <file>..." to update what will be committed) | |
# (use "git checkout -- <file>..." to discard changes in working directory) | |
# | |
# modified: spec/transient/dm-hibernate-adapter_spec.rb | |
# | |
no changes added to commit (use "git add" and/or "git commit -a") | |
blaszak-2:jibernate pietia$ git diff |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blaszak-2:demo pietia$ rmvn rails server | |
maven commandline: de.saumya.mojo:rails3-maven-plugin:server | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building demo - rails application 0.0.0 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- rails3-maven-plugin:0.28.3:server (default-cli) @ demo --- | |
[WARNING] NameError: cannot load Java class de.saumya.jibernate.JibernateClassLoader |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blaszak-2:demo pietia$ rmvn rails server -- | |
maven commandline: de.saumya.mojo:rails3-maven-plugin:server | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building demo - rails application 0.0.0 | |
[INFO] ------------------------------------------------------------------------ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Mailers | |
class BaseMailer | |
include Padrino::Mailer::Helpers | |
# include Padrino::Rendering | |
extend Padrino::Helpers::RenderHelpers | |
extend Padrino::Rendering::InstanceMethods | |
def self.some_method() | |
x = render("path_to_template", :layout => false) |