This file contains 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
============ | |
Part one: | |
============ | |
root@ubuntu:~# cd /var/www/ | |
root@ubuntu:/var/www# type rvm | head -1 | |
root@ubuntu:/var/www# rvm debug | |
# (default) gemset in use by default | |
root@ubuntu:/var/www# rvm gemset list | |
root@ubuntu:/var/www# cd redmine-master.local.lan/ | |
# redmine_master gemset selected by using .ruby-gemset file |
This file contains 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
============ | |
Part one: | |
============ | |
root@ubuntu:~# cd /var/www/ | |
root@ubuntu:/var/www# type rvm | head -1 | |
rvm is a function | |
root@ubuntu:/var/www# rvm debug | |
ruby-2.1.5: | |
This file contains 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
<h1>Debug Info</h1> | |
<h2>assigns</h2> | |
<div> | |
<%= debug(assigns) %> | |
</div> | |
<h2>base_path</h2> | |
<div> | |
<%#= debug(base_path) %> | |
</div> | |
<h2>controller</h2> |
This file contains 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
# encoding: utf-8 | |
# | |
# Copyright (c) 2012 Hilton Lipschitz | |
# Copyright (c) 2013 Mischa The Evil | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining | |
# a copy of this software and associated documentation files (the | |
# "Software"), to deal in the Software without restriction, including | |
# without limitation the rights to use, copy, modify, merge, publish, | |
# distribute, sublicense, and/or sell copies of the Software, and to |
This file contains 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
Index: app/controllers/data_controller.rb | |
=================================================================== | |
--- app/controllers/data_controller.rb (revision 0) | |
+++ app/controllers/data_controller.rb (working copy) | |
@@ -18,25 +18,27 @@ | |
def yaml_export | |
all_tables = {} | |
- all_tables['todos'] = current_user.todos.find(:all) | |
+ all_tables['todos'] = current_user.todos.find(:all, :include => [:tags]) |
This file contains 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
=== | |
To GitHub | |
=== | |
[mischa@server redmine_collapse]# git remote add origin [email protected]:MischaTheEvil/redmine_collapse.git | |
[mischa@server redmine_collapse]# git push origin --all | |
Counting objects: 520, done. | |
Compressing objects: 100% (452/452), done. | |
Writing objects: 100% (520/520), 74.55 KiB, done. | |
Total 520 (delta 315), reused 0 (delta 0) | |
To [email protected]:MischaTheEvil/redmine_collapse.git |
This file contains 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
FEEDBACK?: | |
http://www.redmine.org/issues/1157#note-15 | |
http://www.redmine.org/issues/4277#note-5 | |
http://www.redmine.org/issues/2755 | |
http://www.redmine.org/issues/3359 | |
CAN BE CLOSED?: |
This file contains 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
Davide Zipeto wrote: | |
> Is is possible jsut to write the < pre> tag on a line by disabling temporarly the textile markup engine ? I cannot find any tricks with that... | |
A neat trick (AFAIK not officially supported by Redmine (nor RedCloth)) can be the use of Redmine's inline code markup. | |
With a nifty syntax the following results can be achieved: <@pre@>, [@[links]@], <@/code@>, <@/pre@>, <@code@>, @h1.@ and @_italic_@. | |
I've posted the source of this reply to a gist to easily show the syntax I've used for the examples: <PasteGistURL>. | |
|
This file contains 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
REDMINE VERSION SHARING TESTS | |
Redmine trunk@3129 | |
Role: Manager (which has version-management permission) on ALL projects | |
* Version TST, not shared, in project: "parent2" "child2-1" "nested2-1-1" |
NewerOlder